Middleware to add adapter-specific middleware to the blueprint.
This middleware processes modules marked as adapter middleware and associates them with the appropriate adapter configuration in the blueprint.
The configuration context containing modules and blueprint.
The next function in the pipeline.
The updated blueprint.
AdapterMiddlewareMiddleware({ modules, blueprint }, next); Copy
AdapterMiddlewareMiddleware({ modules, blueprint }, next);
Middleware to add adapter-specific middleware to the blueprint.
This middleware processes modules marked as adapter middleware and associates them with the appropriate adapter configuration in the blueprint.