Class RuntimeProcessor
java.lang.Object
org.apache.camel.quarkus.k.deployment.RuntimeProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItemeventNotifier(org.apache.camel.quarkus.k.runtime.ApplicationRecorder recorder, org.apache.camel.quarkus.k.runtime.ApplicationShutdownConfig config) (package private) org.apache.camel.quarkus.core.deployment.spi.CamelModelReifierFactoryBuildItemmodelReifierFactory(org.apache.camel.quarkus.k.runtime.ApplicationRecorder recorder) (package private) voidregisterStreamCachingClasses(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex) (package private) voidunremovableBeans(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBeans, io.quarkus.deployment.annotations.BuildProducer<org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeTaskBuildItem> runtimeTasks)
-
Constructor Details
-
RuntimeProcessor
public RuntimeProcessor()
-
-
Method Details
-
registerStreamCachingClasses
void registerStreamCachingClasses(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex) -
unremovableBeans
void unremovableBeans(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> additionalBeans, io.quarkus.deployment.annotations.BuildProducer<org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeTaskBuildItem> runtimeTasks) -
modelReifierFactory
org.apache.camel.quarkus.core.deployment.spi.CamelModelReifierFactoryBuildItem modelReifierFactory(org.apache.camel.quarkus.k.runtime.ApplicationRecorder recorder) -
eventNotifier
org.apache.camel.quarkus.core.deployment.spi.RuntimeCamelContextCustomizerBuildItem eventNotifier(org.apache.camel.quarkus.k.runtime.ApplicationRecorder recorder, org.apache.camel.quarkus.k.runtime.ApplicationShutdownConfig config)
-