Uses of Class
io.quarkus.deployment.builditem.ShutdownListenerBuildItem
Packages that use ShutdownListenerBuildItem
-
Uses of ShutdownListenerBuildItem in io.quarkus.deployment.logging
Method parameters in io.quarkus.deployment.logging with type arguments of type ShutdownListenerBuildItemModifier and TypeMethodDescription(package private) LoggingSetupBuildItemLoggingResourceProcessor.setupLoggingRuntimeInit(RecorderContext context, io.quarkus.runtime.logging.LoggingSetupRecorder recorder, CombinedIndexBuildItem combinedIndexBuildItem, LogCategoryMinLevelDefaultsBuildItem categoryMinLevelDefaults, Optional<StreamingLogHandlerBuildItem> streamingLogStreamHandlerBuildItem, List<LogHandlerBuildItem> handlerBuildItems, List<NamedLogHandlersBuildItem> namedHandlerBuildItems, List<LogConsoleFormatBuildItem> consoleFormatItems, List<LogFileFormatBuildItem> fileFormatItems, List<LogSyslogFormatBuildItem> syslogFormatItems, List<LogSocketFormatBuildItem> socketFormatItems, Optional<ConsoleFormatterBannerBuildItem> possibleBannerBuildItem, List<LogStreamBuildItem> logStreamBuildItems, BuildProducer<ShutdownListenerBuildItem> shutdownListenerBuildItemBuildProducer, LaunchModeBuildItem launchModeBuildItem, List<LogCleanupFilterBuildItem> logCleanupFilters, BuildProducer<ReflectiveClassBuildItem> reflectiveClassBuildItemBuildProducer, BuildProducer<ServiceProviderBuildItem> serviceProviderBuildItemBuildProducer) -
Uses of ShutdownListenerBuildItem in io.quarkus.deployment.steps
Method parameters in io.quarkus.deployment.steps with type arguments of type ShutdownListenerBuildItemModifier and TypeMethodDescription(package private) voidShutdownListenerBuildStep.setupShutdown(List<ShutdownListenerBuildItem> listeners, ShutdownBuildTimeConfig shutdownBuildTimeConfig, io.quarkus.runtime.shutdown.ShutdownRecorder recorder)