CamelEvent |
EventFactory.createCamelContextInitializedEvent(CamelContext context) |
Creates an CamelEvent for Camel has been initialized successfully.
|
CamelEvent |
EventFactory.createCamelContextInitializingEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextResumedEvent(CamelContext context) |
Creates an CamelEvent for Camel has been resumed successfully.
|
CamelEvent |
EventFactory.createCamelContextResumeFailureEvent(CamelContext context,
Throwable cause) |
|
CamelEvent |
EventFactory.createCamelContextResumingEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextRoutesStartedEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextRoutesStartingEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextRoutesStoppedEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextRoutesStoppingEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextStartedEvent(CamelContext context) |
Creates an CamelEvent for Camel has been started successfully.
|
CamelEvent |
EventFactory.createCamelContextStartingEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextStartupFailureEvent(CamelContext context,
Throwable cause) |
|
CamelEvent |
EventFactory.createCamelContextStopFailureEvent(CamelContext context,
Throwable cause) |
Creates an CamelEvent for Camel failing to stop cleanly
|
CamelEvent |
EventFactory.createCamelContextStoppedEvent(CamelContext context) |
Creates an CamelEvent for Camel has been stopped successfully.
|
CamelEvent |
EventFactory.createCamelContextStoppingEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createCamelContextSuspendedEvent(CamelContext context) |
Creates an CamelEvent for Camel has been suspended successfully.
|
CamelEvent |
EventFactory.createCamelContextSuspendingEvent(CamelContext context) |
|
CamelEvent |
EventFactory.createExchangeCompletedEvent(Exchange exchange) |
|
CamelEvent |
EventFactory.createExchangeCreatedEvent(Exchange exchange) |
|
CamelEvent |
EventFactory.createExchangeFailedEvent(Exchange exchange) |
|
CamelEvent |
EventFactory.createExchangeFailureHandledEvent(Exchange exchange,
Processor failureHandler,
boolean deadLetterChannel,
String deadLetterUri) |
Creates an CamelEvent when an Exchange has failed but was handled by the Camel
error handlers such as an dead letter channel, or a doTry ..
|
CamelEvent |
EventFactory.createExchangeFailureHandlingEvent(Exchange exchange,
Processor failureHandler,
boolean deadLetterChannel,
String deadLetterUri) |
Creates an CamelEvent when an Exchange has failed but is being handled by the
Camel error handlers such as an dead letter channel, or a doTry ..
|
CamelEvent |
EventFactory.createExchangeRedeliveryEvent(Exchange exchange,
int attempt) |
|
CamelEvent |
EventFactory.createExchangeSendingEvent(Exchange exchange,
Endpoint endpoint) |
|
CamelEvent |
EventFactory.createExchangeSentEvent(Exchange exchange,
Endpoint endpoint,
long timeTaken) |
Creates an CamelEvent when an Exchange has completely been sent to the endpoint
(eg after).
|
CamelEvent |
EventFactory.createRouteAddedEvent(Route route) |
|
CamelEvent |
EventFactory.createRouteReloaded(Route route,
int index,
int total) |
|
CamelEvent |
EventFactory.createRouteRemovedEvent(Route route) |
|
CamelEvent |
EventFactory.createRouteStartedEvent(Route route) |
|
CamelEvent |
EventFactory.createRouteStartingEvent(Route route) |
|
CamelEvent |
EventFactory.createRouteStoppedEvent(Route route) |
|
CamelEvent |
EventFactory.createRouteStoppingEvent(Route route) |
|
CamelEvent |
EventFactory.createServiceStartupFailureEvent(CamelContext context,
Object service,
Throwable cause) |
Creates an CamelEvent for a Service failed to start cleanly
|
CamelEvent |
EventFactory.createServiceStopFailureEvent(CamelContext context,
Object service,
Throwable cause) |
Creates an CamelEvent for a Service failed to stop cleanly
|
CamelEvent |
EventFactory.createStepCompletedEvent(Exchange exchange,
String stepId) |
Creates an CamelEvent when a step has been completed successfully
|
CamelEvent |
EventFactory.createStepFailedEvent(Exchange exchange,
String stepId) |
|
CamelEvent |
EventFactory.createStepStartedEvent(Exchange exchange,
String stepId) |
Creates an CamelEvent when a step has been started
|