public interface Stopper
An implementation of this is always available via the context registry.
Modifier and Type | Method and Description |
---|---|
void |
stop()
Initiates the shutdown process for the running application.
|
@NonBlocking void stop()
This method may return before the application is fully shut down.