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 |
isContinued() |
boolean |
isDeadLetterChannel() |
boolean |
isHandled() |
String |
toString() |
getExchangegetSourcepublic ExchangeFailureHandledEvent(Exchange source, Processor failureHandler, boolean deadLetterChannel, String deadLetterUri)
public Processor getFailureHandler()
public boolean isDeadLetterChannel()
public String getDeadLetterUri()
public boolean isHandled()
public boolean isContinued()
public String toString()
toString in class EventObjectApache Camel