public interface ShutdownListener
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ShutdownListener.ShutdownNotification |
| Modifier and Type | Method and Description |
|---|---|
default void |
preShutdown(ShutdownListener.ShutdownNotification notification)
Pre shutdown notification, the listener can use this to notify external
systems this application is about to shut down.
|
default void |
shutdown(ShutdownListener.ShutdownNotification notification)
The shutdown notification.
|
default void preShutdown(ShutdownListener.ShutdownNotification notification)
notification - The notification eventdefault void shutdown(ShutdownListener.ShutdownNotification notification)
notification - The notification eventCopyright © 2020 JBoss by Red Hat. All rights reserved.