Uses of Interface
io.quarkus.runtime.shutdown.ShutdownListener
-
Packages that use ShutdownListener Package Description io.quarkus.runtime.logging io.quarkus.runtime.shutdown -
-
Uses of ShutdownListener in io.quarkus.runtime.logging
Classes in io.quarkus.runtime.logging that implement ShutdownListener Modifier and Type Class Description static classLoggingSetupRecorder.ShutdownNotifierMethods in io.quarkus.runtime.logging that return ShutdownListener Modifier and Type Method Description ShutdownListenerLoggingSetupRecorder. initializeLogging(LogConfig config, LogBuildTimeConfig buildConfig, DiscoveredLogComponents discoveredLogComponents, Map<String,InheritableLevel> categoryDefaultMinLevels, boolean enableWebStream, RuntimeValue<Optional<Handler>> devUiConsoleHandler, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String,Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleConsoleFormatters, List<RuntimeValue<Optional<Formatter>>> possibleFileFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean validateFilters) -
Uses of ShutdownListener in io.quarkus.runtime.shutdown
Method parameters in io.quarkus.runtime.shutdown with type arguments of type ShutdownListener Modifier and Type Method Description voidShutdownRecorder. setListeners(List<ShutdownListener> listeners)
-