Attach the aggregate to the specified event manager
| Parameters: | EventManagerInterface – |
|---|---|
| Return type: | void |
Detach aggregate listeners from the specified event manager
| Parameters: | EventManagerInterface – |
|---|---|
| Return type: | void |
Set flag indicating whether or not to display the routing failure
| Parameters: | bool – |
|---|---|
| Return type: | RouteNotFoundStrategy |
Do we display the routing failure?
| Return type: | bool |
|---|
Detect if an error is a route not found condition
If a “controller not found” or “invalid controller” error type is encountered, sets the response status code to 404.
| Parameters: | MvcEvent – |
|---|---|
| Throws RuntimeException: | |
| Throws ServiceNotFoundException: | |
| Return type: | void |
Build Console application banner text by querying currently loaded modules.
| Parameters: |
|
|---|---|
| Return type: | string |
Build Console usage information by querying currently loaded modules.
| Parameters: |
|
|---|---|
| Return type: | string |
| Throws : | RuntimeException |