Uses of Interface
io.quarkus.runtime.shutdown.ShutdownListener.ShutdownNotification
Packages that use ShutdownListener.ShutdownNotification
-
Uses of ShutdownListener.ShutdownNotification in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging with parameters of type ShutdownListener.ShutdownNotificationModifier and TypeMethodDescriptionvoidLoggingSetupRecorder.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.ShutdownNotificationModifier and TypeMethodDescriptiondefault 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.