Package org.apache.camel.k.quarkus
Class Application.Runtime
- java.lang.Object
-
- org.apache.camel.k.quarkus.Application.Runtime
-
- All Implemented Interfaces:
AutoCloseable
,org.apache.camel.k.Runtime
,org.apache.camel.spi.HasCamelContext
- Enclosing class:
- Application
public static class Application.Runtime extends Object implements org.apache.camel.k.Runtime
The camel-k runtime impl based on camel-quarkus
-
-
Constructor Summary
Constructors Constructor Description Runtime(org.apache.camel.main.BaseMainSupport main)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRoutes(org.apache.camel.RoutesBuilder builder)
org.apache.camel.CamelContext
getCamelContext()
void
setInitialProperties(Properties properties)
void
setProperties(Properties properties)
void
stop()
-
-
-
Method Detail
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()
- Specified by:
getCamelContext
in interfaceorg.apache.camel.spi.HasCamelContext
-
addRoutes
public void addRoutes(org.apache.camel.RoutesBuilder builder)
- Specified by:
addRoutes
in interfaceorg.apache.camel.k.Runtime
-
setInitialProperties
public void setInitialProperties(Properties properties)
- Specified by:
setInitialProperties
in interfaceorg.apache.camel.k.Runtime
-
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties
in interfaceorg.apache.camel.k.Runtime
-
-