| Package | Description |
|---|---|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OnCamelContextInitialized
Notification on an initialized a
CamelContext. |
interface |
OnCamelContextInitializing
Notification on initializing a
CamelContext. |
interface |
OnCamelContextStart
Notification on starting a
CamelContext. |
interface |
OnCamelContextStarted
Notification on a started
CamelContext. |
interface |
OnCamelContextStarting
Notification on starting a
CamelContext. |
interface |
OnCamelContextStop
Notification on stopping a
CamelContext. |
interface |
OnCamelContextStopped
Notification on a stopped
CamelContext. |
interface |
OnCamelContextStopping
Notification on stopping a
CamelContext. |
Apache Camel