Package org.apache.camel.k.quarkus
Class ApplicationRecorder
java.lang.Object
org.apache.camel.k.quarkus.ApplicationRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<org.apache.camel.main.MainListener>
createMainListener
(List<org.apache.camel.k.Runtime.Listener> listeners) io.quarkus.runtime.RuntimeValue<org.apache.camel.main.RoutesCollector>
void
publishRuntime
(io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.main.CamelMain> main, io.quarkus.arc.runtime.BeanContainer container) void
-
Constructor Details
-
ApplicationRecorder
public ApplicationRecorder()
-
-
Method Details
-
version
-
createMainListener
public io.quarkus.runtime.RuntimeValue<org.apache.camel.main.MainListener> createMainListener(List<org.apache.camel.k.Runtime.Listener> listeners) -
publishRuntime
public void publishRuntime(io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.main.CamelMain> main, io.quarkus.arc.runtime.BeanContainer container) -
createRoutesCollector
public io.quarkus.runtime.RuntimeValue<org.apache.camel.main.RoutesCollector> createRoutesCollector()
-