Uses of Class
org.apache.camel.quarkus.main.CamelMain
-
Packages that use CamelMain Package Description org.apache.camel.quarkus.main -
-
Uses of CamelMain in org.apache.camel.quarkus.main
Methods in org.apache.camel.quarkus.main that return CamelMain Modifier and Type Method Description (package private) CamelMainCamelMainProducers. camelMain()Methods in org.apache.camel.quarkus.main that return types with arguments of type CamelMain Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<CamelMain>CamelMainRecorder. createCamelMain(io.quarkus.runtime.RuntimeValue<org.apache.camel.CamelContext> runtime, io.quarkus.runtime.RuntimeValue<org.apache.camel.main.RoutesCollector> routesCollector, io.quarkus.arc.runtime.BeanContainer container)Methods in org.apache.camel.quarkus.main with parameters of type CamelMain Modifier and Type Method Description voidCamelMainProducers. setMain(CamelMain main)Method parameters in org.apache.camel.quarkus.main with type arguments of type CamelMain Modifier and Type Method Description voidCamelMainRecorder. addListener(io.quarkus.runtime.RuntimeValue<CamelMain> main, io.quarkus.runtime.RuntimeValue<org.apache.camel.main.MainListener> listener)voidCamelMainRecorder. addRoutesBuilder(io.quarkus.runtime.RuntimeValue<CamelMain> main, String className)io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.core.CamelRuntime>CamelMainRecorder. createRuntime(io.quarkus.arc.runtime.BeanContainer beanContainer, io.quarkus.runtime.RuntimeValue<CamelMain> main, long shutdownTimeoutMs)voidCamelMainRecorder. customizeContext(io.quarkus.runtime.RuntimeValue<CamelMain> main, List<io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.core.CamelContextCustomizer>> contextCustomizers)Constructors in org.apache.camel.quarkus.main with parameters of type CamelMain Constructor Description CamelMainRuntime(CamelMain main, long shutdownTimeoutMs)
-