| Package | Description |
|---|---|
| io.quarkus.runtime.shutdown |
| Modifier and Type | Method and Description |
|---|---|
default void |
ShutdownListener.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 |
ShutdownListener.shutdown(ShutdownListener.ShutdownNotification notification)
The shutdown notification.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.