Uses of Interface
io.quarkus.deployment.recording.RecorderContext
Packages that use RecorderContext
Package
Description
-
Uses of RecorderContext in io.quarkus.deployment.logging
Methods in io.quarkus.deployment.logging with parameters of type RecorderContextModifier and TypeMethodDescription(package private) LoggingSetupBuildItemLoggingResourceProcessor.setupLoggingRuntimeInit(RecorderContext context, LoggingSetupRecorder recorder, LogRuntimeConfig logRuntimeConfig, LogBuildTimeConfig logBuildTimeConfig, 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 RecorderContext in io.quarkus.deployment.recording
Classes in io.quarkus.deployment.recording that implement RecorderContextModifier and TypeClassDescriptionclassA class that can be used to record invocations to bytecode so they can be replayed later. -
Uses of RecorderContext in io.quarkus.deployment.steps
Methods in io.quarkus.deployment.steps with parameters of type RecorderContextModifier and TypeMethodDescriptionvoidConfigGenerationBuildStep.checkForBuildTimeConfigChange(RecorderContext recorderContext, ConfigRecorder recorder, ConfigurationBuildItem configItem, List<SuppressNonRuntimeConfigChangedWarningBuildItem> suppressNonRuntimeConfigChangedWarningItems) Warns if build time config properties have been changed at runtime.