Uses of Class
io.quarkus.deployment.annotations.Consume
-
Packages that use Consume Package Description io.quarkus.deployment.annotations io.quarkus.deployment.steps -
-
Uses of Consume in io.quarkus.deployment.annotations
Methods in io.quarkus.deployment.annotations that return Consume Modifier and Type Method Description Consume[]value()TheConsumeinstances. -
Uses of Consume in io.quarkus.deployment.steps
Methods in io.quarkus.deployment.steps with annotations of type Consume Modifier and Type Method Description (package private) voidRuntimeConfigSetupBuildStep. setupRuntimeConfig(List<RunTimeConfigurationSourceValueBuildItem> runTimeConfigurationSourceValues, 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.
-