| Package | Description |
|---|---|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.management.event |
Camel management events
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
EventFactory |
DefaultManagementStrategy.getEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultManagementStrategy.setEventFactory(EventFactory eventFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventFactory
Default implementation of the
EventFactory. |
| Modifier and Type | Method and Description |
|---|---|
EventFactory |
ManagementStrategy.getEventFactory()
Gets the event factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementStrategy.setEventFactory(EventFactory eventFactory)
Sets the event factory to use
|
Apache Camel