org.apache.camel.spi
Interface Container
public interface Container
The 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.
|
Nested Class Summary |
static class |
Container.Instance
The Instance class holds a Container singleton. |
|
Method Summary |
void |
manage(CamelContext camelContext)
Called by Camel when a CamelContext has been created. |
manage
void manage(CamelContext camelContext)
- Called by Camel when a
CamelContext has been created.
- Parameters:
camelContext - the newly created CamelContext
Apache Camel