Interface CamelEvent.ExchangeFailureEvent

All Superinterfaces:
CamelEvent, CamelEvent.ExchangeEvent
All Known Subinterfaces:
CamelEvent.ExchangeFailureHandledEvent, CamelEvent.ExchangeFailureHandlingEvent
Enclosing interface:
CamelEvent

public static interface CamelEvent.ExchangeFailureEvent extends CamelEvent.ExchangeEvent
Event providing details about how a failure was handled during exchange processing.
Since:
3.0
  • Method Details

    • getFailureHandler

      Processor getFailureHandler()
      Returns the processor that handled the failure.
    • isDeadLetterChannel

      boolean isDeadLetterChannel()
      Whether the failure was handled by a dead letter channel.
    • getDeadLetterUri

      @Nullable String getDeadLetterUri()
      Returns the dead letter channel endpoint URI, or null if not applicable.