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. |
static <T> T trySetCamelContext(T object,
CamelContext camelContext)
CamelContext context if the object is an instance of CamelContextAware.CamelContext getCamelContext()
CamelContextvoid setCamelContext(CamelContext camelContext)
CamelContextcamelContext - the Camel contextApache Camel