public class NoErrorHandlerReifier extends ErrorHandlerReifier<NoErrorHandlerBuilder>
DEFAULT_ERROR_HANDLER_BUILDER, definition| Constructor and Description |
|---|
NoErrorHandlerReifier(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
|
configure, createExceptionPolicy, createRedeliveryPolicy, isErrorHandlerFactoryConfigured, lookupErrorHandlerFactory, lookupErrorHandlerFactory, lookupErrorHandlerFactory, registerReifier, reifierpublic NoErrorHandlerReifier(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 ErrorHandlerReifier<NoErrorHandlerBuilder>routeContext - the route contextprocessor - the outer processorException - is thrown if the error handler could not be createdApache Camel