public interface ErrorHandlerAware
Processor aware of its ErrorHandler which are wrapped via the
Channel during route initialization, or specially used by
RecipientList EIP annotation.| Modifier and Type | Method and Description |
|---|---|
Processor |
getErrorHandler()
Gets the error handler
|
void |
setErrorHandler(Processor errorHandler)
Sets the error handler
|
Apache Camel