public class DefaultEventFactory extends Object implements org.apache.camel.spi.EventFactory
EventFactory.| Constructor and Description |
|---|
DefaultEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.spi.CamelEvent |
createCamelContextInitializedEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextInitializingEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextResumedEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextResumeFailureEvent(org.apache.camel.CamelContext context,
Throwable cause) |
org.apache.camel.spi.CamelEvent |
createCamelContextResumingEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextRoutesStartedEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextRoutesStartingEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextRoutesStoppedEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextRoutesStoppingEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextStartedEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextStartingEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextStartupFailureEvent(org.apache.camel.CamelContext context,
Throwable cause) |
org.apache.camel.spi.CamelEvent |
createCamelContextStopFailureEvent(org.apache.camel.CamelContext context,
Throwable cause) |
org.apache.camel.spi.CamelEvent |
createCamelContextStoppedEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextStoppingEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextSuspendedEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createCamelContextSuspendingEvent(org.apache.camel.CamelContext context) |
org.apache.camel.spi.CamelEvent |
createExchangeCompletedEvent(org.apache.camel.Exchange exchange) |
org.apache.camel.spi.CamelEvent |
createExchangeCreatedEvent(org.apache.camel.Exchange exchange) |
org.apache.camel.spi.CamelEvent |
createExchangeFailedEvent(org.apache.camel.Exchange exchange) |
org.apache.camel.spi.CamelEvent |
createExchangeFailureHandledEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Processor failureHandler,
boolean deadLetterChannel,
String deadLetterUri) |
org.apache.camel.spi.CamelEvent |
createExchangeFailureHandlingEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Processor failureHandler,
boolean deadLetterChannel,
String deadLetterUri) |
org.apache.camel.spi.CamelEvent |
createExchangeRedeliveryEvent(org.apache.camel.Exchange exchange,
int attempt) |
org.apache.camel.spi.CamelEvent |
createExchangeSendingEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint) |
org.apache.camel.spi.CamelEvent |
createExchangeSentEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint,
long timeTaken) |
org.apache.camel.spi.CamelEvent |
createRouteAddedEvent(org.apache.camel.Route route) |
org.apache.camel.spi.CamelEvent |
createRouteRemovedEvent(org.apache.camel.Route route) |
org.apache.camel.spi.CamelEvent |
createRouteStartedEvent(org.apache.camel.Route route) |
org.apache.camel.spi.CamelEvent |
createRouteStartingEvent(org.apache.camel.Route route) |
org.apache.camel.spi.CamelEvent |
createRouteStoppedEvent(org.apache.camel.Route route) |
org.apache.camel.spi.CamelEvent |
createRouteStoppingEvent(org.apache.camel.Route route) |
org.apache.camel.spi.CamelEvent |
createServiceStartupFailureEvent(org.apache.camel.CamelContext context,
Object service,
Throwable cause) |
org.apache.camel.spi.CamelEvent |
createServiceStopFailureEvent(org.apache.camel.CamelContext context,
Object service,
Throwable cause) |
org.apache.camel.spi.CamelEvent |
createStepCompletedEvent(org.apache.camel.Exchange exchange,
String stepId) |
org.apache.camel.spi.CamelEvent |
createStepFailedEvent(org.apache.camel.Exchange exchange,
String stepId) |
org.apache.camel.spi.CamelEvent |
createStepStartedEvent(org.apache.camel.Exchange exchange,
String stepId) |
public org.apache.camel.spi.CamelEvent createCamelContextInitializingEvent(org.apache.camel.CamelContext context)
createCamelContextInitializingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextInitializedEvent(org.apache.camel.CamelContext context)
createCamelContextInitializedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextStartingEvent(org.apache.camel.CamelContext context)
createCamelContextStartingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextStartedEvent(org.apache.camel.CamelContext context)
createCamelContextStartedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextStoppingEvent(org.apache.camel.CamelContext context)
createCamelContextStoppingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextStoppedEvent(org.apache.camel.CamelContext context)
createCamelContextStoppedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextRoutesStartingEvent(org.apache.camel.CamelContext context)
createCamelContextRoutesStartingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextRoutesStartedEvent(org.apache.camel.CamelContext context)
createCamelContextRoutesStartedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextRoutesStoppingEvent(org.apache.camel.CamelContext context)
createCamelContextRoutesStoppingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextRoutesStoppedEvent(org.apache.camel.CamelContext context)
createCamelContextRoutesStoppedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextStartupFailureEvent(org.apache.camel.CamelContext context,
Throwable cause)
createCamelContextStartupFailureEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextStopFailureEvent(org.apache.camel.CamelContext context,
Throwable cause)
createCamelContextStopFailureEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createServiceStartupFailureEvent(org.apache.camel.CamelContext context,
Object service,
Throwable cause)
createServiceStartupFailureEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createServiceStopFailureEvent(org.apache.camel.CamelContext context,
Object service,
Throwable cause)
createServiceStopFailureEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createRouteStartingEvent(org.apache.camel.Route route)
createRouteStartingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createRouteStartedEvent(org.apache.camel.Route route)
createRouteStartedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createRouteStoppingEvent(org.apache.camel.Route route)
createRouteStoppingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createRouteStoppedEvent(org.apache.camel.Route route)
createRouteStoppedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createRouteAddedEvent(org.apache.camel.Route route)
createRouteAddedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createRouteRemovedEvent(org.apache.camel.Route route)
createRouteRemovedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeCreatedEvent(org.apache.camel.Exchange exchange)
createExchangeCreatedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeCompletedEvent(org.apache.camel.Exchange exchange)
createExchangeCompletedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeFailedEvent(org.apache.camel.Exchange exchange)
createExchangeFailedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeFailureHandlingEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Processor failureHandler,
boolean deadLetterChannel,
String deadLetterUri)
createExchangeFailureHandlingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeFailureHandledEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Processor failureHandler,
boolean deadLetterChannel,
String deadLetterUri)
createExchangeFailureHandledEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeRedeliveryEvent(org.apache.camel.Exchange exchange,
int attempt)
createExchangeRedeliveryEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeSendingEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint)
createExchangeSendingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createExchangeSentEvent(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint,
long timeTaken)
createExchangeSentEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createStepStartedEvent(org.apache.camel.Exchange exchange,
String stepId)
createStepStartedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createStepCompletedEvent(org.apache.camel.Exchange exchange,
String stepId)
createStepCompletedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createStepFailedEvent(org.apache.camel.Exchange exchange,
String stepId)
createStepFailedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextSuspendingEvent(org.apache.camel.CamelContext context)
createCamelContextSuspendingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextSuspendedEvent(org.apache.camel.CamelContext context)
createCamelContextSuspendedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextResumingEvent(org.apache.camel.CamelContext context)
createCamelContextResumingEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextResumedEvent(org.apache.camel.CamelContext context)
createCamelContextResumedEvent in interface org.apache.camel.spi.EventFactorypublic org.apache.camel.spi.CamelEvent createCamelContextResumeFailureEvent(org.apache.camel.CamelContext context,
Throwable cause)
createCamelContextResumeFailureEvent in interface org.apache.camel.spi.EventFactoryApache Camel