| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.onShutdown(int phase,
LifecycleHandler shutdownHandler)
Registers an asynchronous
shutdownHandler to be executed in the given phase when the
Configuration is shut down. |
void |
Configuration.onStart(int phase,
LifecycleHandler startHandler)
Registers an asynchronous
startHandler to be executed in the given phase when this Configuration
is started. |
Copyright © 2010–2021. All rights reserved.