Middleware to set the router as the main event handler for the application.
This middleware takes precedence over all other event handlers middleware expect the console event handler middleware when in console mode.
The configuration context containing modules and blueprint.
The next function in the pipeline.
The updated blueprint.
SetRouterEventHandlerMiddleware({ modules, blueprint }, next); Copy
SetRouterEventHandlerMiddleware({ modules, blueprint }, next);
Middleware to set the router as the main event handler for the application.
This middleware takes precedence over all other event handlers middleware expect the console event handler middleware when in console mode.