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, LoggingSetupRecorder recorder, LogConfig log, LogBuildTimeConfig buildLog, CombinedIndexBuildItem combinedIndexBuildItem, LogCategoryMinLevelDefaultsBuildItem categoryMinLevelDefaults, Optional<StreamingLogHandlerBuildItem> streamingLogStreamHandlerBuildItem, List<LogHandlerBuildItem> handlerBuildItems, List<NamedLogHandlersBuildItem> namedHandlerBuildItems, List<LogConsoleFormatBuildItem> consoleFormatItems, List<LogFileFormatBuildItem> fileFormatItems, List<LogSyslogFormatBuildItem> syslogFormatItems, 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, ShutdownRecorder recorder)