Uses of Interface
io.quarkus.runtime.shutdown.ShutdownListener.ShutdownNotification
-
Packages that use ShutdownListener.ShutdownNotification Package Description io.quarkus.runtime.logging io.quarkus.runtime.shutdown -
-
Uses of ShutdownListener.ShutdownNotification in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging with parameters of type ShutdownListener.ShutdownNotification Modifier and Type Method Description voidLoggingSetupRecorder.ShutdownNotifier. shutdown(ShutdownListener.ShutdownNotification notification) -
Uses of ShutdownListener.ShutdownNotification in io.quarkus.runtime.shutdown
Methods in io.quarkus.runtime.shutdown with parameters of type ShutdownListener.ShutdownNotification Modifier and Type Method Description default voidShutdownListener. preShutdown(ShutdownListener.ShutdownNotification notification)Pre shutdown notification, the listener can use this to notify external systems this application is about to shut down.default voidShutdownListener. shutdown(ShutdownListener.ShutdownNotification notification)The shutdown notification.
-