Uses of Interface
io.quarkus.runtime.shutdown.ShutdownListener
Packages that use ShutdownListener
-
Uses of ShutdownListener in io.quarkus.runtime.logging
Classes in io.quarkus.runtime.logging that implement ShutdownListenerMethods in io.quarkus.runtime.logging that return ShutdownListenerModifier and TypeMethodDescriptionLoggingSetupRecorder.initializeLogging(DiscoveredLogComponents discoveredLogComponents, Map<String, InheritableLevel> categoryDefaultMinLevels, boolean enableWebStream, RuntimeValue<Optional<Handler>> streamingDevUiConsoleHandler, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String, Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleConsoleFormatters, List<RuntimeValue<Optional<Formatter>>> possibleFileFormatters, List<RuntimeValue<Optional<Formatter>>> possibleSyslogFormatters, List<RuntimeValue<Optional<Formatter>>> possibleSocketFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean includeFilters) -
Uses of ShutdownListener in io.quarkus.runtime.shutdown
Method parameters in io.quarkus.runtime.shutdown with type arguments of type ShutdownListenerModifier and TypeMethodDescriptionvoidShutdownRecorder.setListeners(List<ShutdownListener> listeners, boolean delayEnabled)