Uses of Interface
org.apache.camel.spi.CamelEvent
Packages that use CamelEvent
-
Uses of CamelEvent in org.apache.camel.spi
Subinterfaces of CamelEvent in org.apache.camel.spiModifier and TypeInterfaceDescriptionstatic interfaceEvent related toCamelContextlifecycle changes.static interfaceFired when the CamelContext has been initialized.static interfaceFired when the CamelContext is initializing.static interfaceFired when the CamelContext has been reloaded.static interfaceFired when the CamelContext failed to reload.static interfaceFired when the CamelContext is reloading.static interfaceFired when the CamelContext has been resumed.static interfaceFired when the CamelContext failed to resume.static interfaceFired when the CamelContext is resuming.static interfaceFired when routes have been started.static interfaceFired when routes are starting.static interfaceFired when routes have been stopped.static interfaceFired when routes are stopping.static interfaceFired when the CamelContext has been fully started.static interfaceFired when the CamelContext is starting.static interfaceFired when the CamelContext failed to start.static interfaceFired when the CamelContext failed to stop cleanly.static interfaceFired when the CamelContext has been stopped.static interfaceFired when the CamelContext is stopping.static interfaceFired when the CamelContext has been suspended.static interfaceFired when the CamelContext is suspending.static interfaceDeprecated.static interfaceFired when an exchange has been completed successfully.static interfaceFired when a new exchange has been created.static interfaceEvent related toExchangeprocessing.static interfaceFired when an exchange has failed.static interfaceEvent providing details about how a failure was handled during exchange processing.static interfaceFired after a failure has been handled by an error handler.static interfaceFired when a failure is about to be handled by an error handler.static interfaceFired when an exchange is about to be redelivered.static interfaceFired when an exchange is about to be sent to an endpoint.static interfaceFired when an exchange has been sent to an endpoint.static interfaceThis interface is implemented by all events that contain an exception and is used to retrieve the exception in a universal way.static interfaceFired when a route has been added.static interfaceEvent related toRoutelifecycle changes.static interfacestatic interfaceFired when a route has been removed.static interfacestatic interfacestatic interfaceFired when a route has been started.static interfaceFired when a route is starting.static interfaceFired when a route has been stopped.static interfaceFired when a route is stopping.static interfaceEvent related toServicelifecycle changes.static interfaceFired when a service failed to start.static interfaceFired when a service failed to stop.static interfaceFired when a Step EIP has completed processing an exchange.static interfaceEvent related to a Step EIP processing.static interfaceFired when a Step EIP has failed processing an exchange.static interfaceFired when a Step EIP has started processing an exchange.Methods in org.apache.camel.spi that return CamelEventModifier and TypeMethodDescriptionEventFactory.createCamelContextInitializedEvent(CamelContext context) Creates anCamelEventfor Camel has been initialized successfully.EventFactory.createCamelContextInitializingEvent(CamelContext context) Creates anCamelEventfor Camel is initializing.EventFactory.createCamelContextReloaded(CamelContext context, Object source) Creates anCamelEventforCamelContexthas been reloaded successfully.EventFactory.createCamelContextReloadFailure(CamelContext context, Object source, Throwable cause) Creates anCamelEventforCamelContextfailed reload.EventFactory.createCamelContextReloading(CamelContext context, Object source) Creates anCamelEventforCamelContextbeing reloaded.EventFactory.createCamelContextResumedEvent(CamelContext context) Creates anCamelEventfor Camel has been resumed successfully.EventFactory.createCamelContextResumeFailureEvent(CamelContext context, Throwable cause) Creates anCamelEventfor Camel failing to resumeEventFactory.createCamelContextResumingEvent(CamelContext context) Creates anCamelEventfor Camel is resuming.EventFactory.createCamelContextRoutesStartedEvent(CamelContext context) Creates anCamelEventfor Camel routes started.EventFactory.createCamelContextRoutesStartingEvent(CamelContext context) Creates anCamelEventfor Camel routes starting.EventFactory.createCamelContextRoutesStoppedEvent(CamelContext context) Creates anCamelEventfor Camel routes stopped.EventFactory.createCamelContextRoutesStoppingEvent(CamelContext context) Creates anCamelEventfor Camel routes stopping.EventFactory.createCamelContextStartedEvent(CamelContext context) Creates anCamelEventfor Camel has been started successfully.EventFactory.createCamelContextStartingEvent(CamelContext context) Creates anCamelEventfor Camel is starting.EventFactory.createCamelContextStartupFailureEvent(CamelContext context, Throwable cause) Creates anCamelEventfor Camel failing to startEventFactory.createCamelContextStopFailureEvent(CamelContext context, Throwable cause) Creates anCamelEventfor Camel failing to stop cleanlyEventFactory.createCamelContextStoppedEvent(CamelContext context) Creates anCamelEventfor Camel has been stopped successfully.EventFactory.createCamelContextStoppingEvent(CamelContext context) Creates anCamelEventfor Camel is stopping.EventFactory.createCamelContextSuspendedEvent(CamelContext context) Creates anCamelEventfor Camel has been suspended successfully.EventFactory.createCamelContextSuspendingEvent(CamelContext context) Creates anCamelEventfor Camel is suspending.EventFactory.createCamelExchangeAsyncProcessingStartedEvent(Exchange exchange) Deprecated.EventFactory.createExchangeCompletedEvent(Exchange exchange) Creates anCamelEventwhen anExchangehas been completed successfullyEventFactory.createExchangeCreatedEvent(Exchange exchange) Creates anCamelEventwhen anExchangehas been createdEventFactory.createExchangeFailedEvent(Exchange exchange) Creates anCamelEventwhen anExchangehas failedEventFactory.createExchangeFailureHandledEvent(Exchange exchange, Processor failureHandler, boolean deadLetterChannel, @Nullable String deadLetterUri) Creates anCamelEventwhen anExchangehas failed but was handled by the Camel error handlers such as an dead letter channel, or a doTry .. doCatch block.EventFactory.createExchangeFailureHandlingEvent(Exchange exchange, Processor failureHandler, boolean deadLetterChannel, @Nullable String deadLetterUri) Creates anCamelEventwhen anExchangehas failed but is being handled by the Camel error handlers such as an dead letter channel, or a doTry .. doCatch block.EventFactory.createExchangeRedeliveryEvent(Exchange exchange, int attempt) Creates anCamelEventwhen anExchangeis about to be redeliveredEventFactory.createExchangeSendingEvent(Exchange exchange, Endpoint endpoint) Creates anCamelEventwhen anExchangeis about to be sent to the endpoint (eg before).EventFactory.createExchangeSentEvent(Exchange exchange, Endpoint endpoint, long timeTaken) Creates anCamelEventwhen anExchangehas completely been sent to the endpoint (eg after).EventFactory.createRouteAddedEvent(Route route) Creates anCamelEventforRoutehas been added successfully.EventFactory.createRouteReloaded(Route route, int index, int total) Creates anCamelEventforRoutehas been reloaded successfully.EventFactory.createRouteRemovedEvent(Route route) Creates anCamelEventforRoutehas been removed successfully.EventFactory.createRouteRestarting(Route route, long attempt) EventFactory.createRouteRestartingFailure(Route route, long attempt, Throwable cause, boolean exhausted) EventFactory.createRouteStartedEvent(Route route) Creates anCamelEventforRoutehas been started successfully.EventFactory.createRouteStartingEvent(Route route) Creates anCamelEventforRouteis starting.EventFactory.createRouteStoppedEvent(Route route) Creates anCamelEventforRoutehas been stopped successfully.EventFactory.createRouteStoppingEvent(Route route) Creates anCamelEventforRouteis stopping.EventFactory.createServiceStartupFailureEvent(CamelContext context, Object service, Throwable cause) Creates anCamelEventfor a Service failed to start cleanlyEventFactory.createServiceStopFailureEvent(CamelContext context, Object service, Throwable cause) Creates anCamelEventfor a Service failed to stop cleanlyEventFactory.createStepCompletedEvent(Exchange exchange, String stepId) Creates anCamelEventwhen a step has been completed successfullyEventFactory.createStepFailedEvent(Exchange exchange, String stepId) Creates anCamelEventwhen a step has failedEventFactory.createStepStartedEvent(Exchange exchange, String stepId) Creates anCamelEventwhen a step has been startedMethods in org.apache.camel.spi with parameters of type CamelEventModifier and TypeMethodDescriptionbooleanEventNotifier.isEnabled(CamelEvent event) Checks whether notification for the given event is enabled.voidEventNotifier.notify(CamelEvent event) Notifies the given eventvoidManagementStrategy.notify(CamelEvent event) Management events provide a single model for capturing information about execution points in the application code.