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