public static interface Engine.EngineListener extends Api.ApiListener
Engine and Api lifecycle,
per request and per error callback notifications.| Modifier and Type | Method and Description |
|---|---|
default void |
onShutdown(Engine engine)
Notified when the Engine is shutting down and has stopped receiving requests
allowing listeners to perform any resource cleanup.
|
default void |
onStartup(Engine engine)
Notified when the Engine is starting prior to accepting
any requests which allows listeners to perform additional configuration.
|
afterError, afterRequest, beforeFinally, onShutdown, onStartupdefault void onStartup(Engine engine)
engine - the Engine startingdefault void onShutdown(Engine engine)
engine - the Engine stoppingCopyright © 2021 Rocket Partners, LLC. All rights reserved.