public class DeadLetterChannelReifier extends DefaultErrorHandlerReifier<DeadLetterChannelBuilder>
DEFAULT_ERROR_HANDLER_BUILDER, definition| Constructor and Description |
|---|
DeadLetterChannelReifier(org.apache.camel.ErrorHandlerFactory definition) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Processor |
createErrorHandler(org.apache.camel.spi.RouteContext routeContext,
org.apache.camel.Processor processor)
Creates the error handler
|
protected void |
validateDeadLetterUri(org.apache.camel.spi.RouteContext routeContext) |
getExecutorServiceconfigure, createExceptionPolicy, createRedeliveryPolicy, isErrorHandlerFactoryConfigured, lookupErrorHandlerFactory, lookupErrorHandlerFactory, lookupErrorHandlerFactory, registerReifier, reifierpublic DeadLetterChannelReifier(org.apache.camel.ErrorHandlerFactory definition)
public org.apache.camel.Processor createErrorHandler(org.apache.camel.spi.RouteContext routeContext, org.apache.camel.Processor processor) throws Exception
ErrorHandlerReifiercreateErrorHandler in class DefaultErrorHandlerReifier<DeadLetterChannelBuilder>routeContext - the route contextprocessor - the outer processorException - is thrown if the error handler could not be createdprotected void validateDeadLetterUri(org.apache.camel.spi.RouteContext routeContext)
Apache Camel