Uses of Interface
org.apache.camel.spi.CamelEvent.ExchangeEvent
Packages that use CamelEvent.ExchangeEvent
-
Uses of CamelEvent.ExchangeEvent in org.apache.camel.spi
Subinterfaces of CamelEvent.ExchangeEvent in org.apache.camel.spiModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.static interfaceFired when an exchange has been completed successfully.static interfaceFired when a new exchange has been created.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 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 with parameters of type CamelEvent.ExchangeEventModifier and TypeMethodDescriptionbooleanCondition.matchEvent(Exchange exchange, CamelEvent.ExchangeEvent event) Does the condition matchvoidBreakpoint.onEvent(Exchange exchange, CamelEvent.ExchangeEvent event, @Nullable NamedNode definition) booleanDebugger.onEvent(Exchange exchange, CamelEvent.ExchangeEvent event) Callback invoked when anExchangeis being processed which allows implementators to notify breakpoints.