public interface Container
Container interface defines an object that can be used
to customize all Camel contexts created.
A container can be used to globally intercept and customize Camel contexts,
by registering a LifecycleStrategy, a ProcessorFactory,
or any other SPI object.| Modifier and Type | Interface and Description |
|---|---|
static class |
Container.Instance
The
Instance class holds a Container singleton. |
| Modifier and Type | Method and Description |
|---|---|
void |
manage(CamelContext camelContext)
Called by Camel when a
CamelContext has been created. |
void manage(CamelContext camelContext)
CamelContext has been created.camelContext - the newly created CamelContextApache Camel