public interface CamelContextAware
CamelContext
Modifier and Type | Method and Description |
---|---|
CamelContext |
getCamelContext()
Get the
CamelContext |
void |
setCamelContext(CamelContext camelContext)
Injects the
CamelContext |
static <T> T |
trySetCamelContext(T object,
CamelContext camelContext)
Set the
CamelContext context if the object is an instance of CamelContextAware . |
void setCamelContext(CamelContext camelContext)
CamelContext
camelContext
- the Camel contextCamelContext getCamelContext()
CamelContext
static <T> T trySetCamelContext(T object, CamelContext camelContext)
CamelContext
context if the object is an instance of CamelContextAware
.Apache Camel