| Package | Description |
|---|---|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
LifecycleStrategy.onContextInitialized(CamelContext context)
Notification on initializing a
CamelContext. |
void |
LifecycleStrategy.onContextStart(CamelContext context)
Notification on starting a
CamelContext. |
Apache Camel