Package org.apache.camel.k.quarkus
Class ApplicationRecorder
- java.lang.Object
-
- org.apache.camel.k.quarkus.ApplicationRecorder
-
public class ApplicationRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.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>
createRoutesCollector()
void
publishRuntime(io.quarkus.runtime.RuntimeValue<org.apache.camel.quarkus.main.CamelMain> main, io.quarkus.arc.runtime.BeanContainer container)
void
version(String version)
-
-
-
Method Detail
-
version
public void version(String 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()
-
-