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() |
getExchangegetSourcepublic Processor getFailureHandler()
public boolean isDeadLetterChannel()
public String getDeadLetterUri()
public boolean isHandled()
public String toString()
toString in class EventObjectApache Camel