public class ExchangeFailureHandledEvent extends AbstractExchangeEvent
source
Constructor and Description |
---|
ExchangeFailureHandledEvent(Exchange source,
Processor failureHandler,
boolean deadLetterChannel,
String deadLetterUri) |
Modifier and Type | Method and Description |
---|---|
String |
getDeadLetterUri() |
Processor |
getFailureHandler() |
boolean |
isDeadLetterChannel() |
boolean |
isHandled() |
String |
toString() |
getExchange
getSource
public Processor getFailureHandler()
public boolean isDeadLetterChannel()
public String getDeadLetterUri()
public boolean isHandled()
public String toString()
toString
in class EventObject
Apache Camel