Package | Description |
---|---|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CamelEvent.ExchangeCompletedEvent |
static interface |
CamelEvent.ExchangeCreatedEvent |
static interface |
CamelEvent.ExchangeFailedEvent |
static interface |
CamelEvent.ExchangeFailureEvent |
static interface |
CamelEvent.ExchangeFailureHandledEvent |
static interface |
CamelEvent.ExchangeFailureHandlingEvent |
static interface |
CamelEvent.ExchangeRedeliveryEvent |
static interface |
CamelEvent.ExchangeSendingEvent |
static interface |
CamelEvent.ExchangeSentEvent |
static interface |
CamelEvent.StepCompletedEvent |
static interface |
CamelEvent.StepEvent |
static interface |
CamelEvent.StepFailedEvent |
static interface |
CamelEvent.StepStartedEvent |
Modifier and Type | Method and Description |
---|---|
boolean |
Condition.matchEvent(Exchange exchange,
CamelEvent.ExchangeEvent event)
Does the condition match
|
boolean |
Debugger.onEvent(Exchange exchange,
CamelEvent.ExchangeEvent event)
Callback invoked when an
Exchange is being processed which allows implementators to notify breakpoints. |
void |
Breakpoint.onEvent(Exchange exchange,
CamelEvent.ExchangeEvent event,
NamedNode definition)
|
Apache Camel