Uses of Annotation Interface
io.quarkus.deployment.annotations.Produce
Packages that use Produce
Package
Description
-
Uses of Produce in io.quarkus.deployment.console
Methods in io.quarkus.deployment.console with annotations of type ProduceModifier and TypeMethodDescription(package private) voidConsoleProcessor.installCliCommands(List<ConsoleCommandBuildItem> commands) (package private) voidConsoleProcessor.missingDevUIMessageHandler(Capabilities capabilities) (package private) ConsoleInstalledBuildItemConsoleProcessor.setupConsole(TestConfig config, BuildProducer<TestListenerBuildItem> testListenerBuildItemBuildProducer, LaunchModeBuildItem launchModeBuildItem, ConsoleConfig consoleConfig) Installs the interactive console for continuous testing (and other usages) -
Uses of Produce in io.quarkus.deployment.dev.io
Methods in io.quarkus.deployment.dev.io with annotations of type ProduceModifier and TypeMethodDescription(package private) voidNioThreadPoolDevModeProcessor.setupTCCL(NioThreadPoolRecorder recorder, ShutdownContextBuildItem shutdownContextBuildItem) -
Uses of Produce in io.quarkus.deployment.execannotations
Methods in io.quarkus.deployment.execannotations with annotations of type ProduceModifier and TypeMethodDescription(package private) voidExecutionModelAnnotationsProcessor.check(ExecutionModelAnnotationsConfig config, CombinedIndexBuildItem index, List<ExecutionModelAnnotationsAllowedBuildItem> predicates) -
Uses of Produce in io.quarkus.deployment.steps
Methods in io.quarkus.deployment.steps with annotations of type ProduceModifier and TypeMethodDescription(package private) DevServicesLauncherConfigResultBuildItemDevServicesConfigBuildStep.setup(BuildProducer<RunTimeConfigurationDefaultBuildItem> runtimeConfig, List<DevServicesConfigResultBuildItem> devServicesConfigResultBuildItems, List<DevServicesResultBuildItem> devServicesResultBuildItems, List<DevServicesAdditionalConfigBuildItem> devServicesAdditionalConfigBuildItems, CuratedApplicationShutdownBuildItem shutdownBuildItem) (package private) voidRuntimeConfigSetupBuildStep.setupRuntimeConfig(BuildProducer<GeneratedClassBuildItem> generatedClass, BuildProducer<MainBytecodeRecorderBuildItem> mainBytecodeRecorder) Generates a StartupTask that sets up the final runtime configuration and thus runs before any StartupTask that uses runtime configuration.