public class DefaultErrorHandlerReifier<T extends DefaultErrorHandlerBuilder> extends ErrorHandlerReifier<T>
DEFAULT_ERROR_HANDLER_BUILDER, definitioncamelContext, routeContext| Constructor and Description |
|---|
DefaultErrorHandlerReifier(org.apache.camel.spi.RouteContext routeContext,
org.apache.camel.ErrorHandlerFactory definition) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Processor |
createErrorHandler(org.apache.camel.Processor processor)
Creates the error handler
|
protected ScheduledExecutorService |
getExecutorService(org.apache.camel.CamelContext camelContext) |
configure, createExceptionPolicy, createRedeliveryPolicy, isErrorHandlerFactoryConfigured, lookupErrorHandlerFactory, lookupErrorHandlerFactory, lookupErrorHandlerFactory, registerReifier, reifierasRef, createExpression, createExpression, createPredicate, createPredicate, or, parse, parse, parseBoolean, parseBoolean, parseFloat, parseFloat, parseInt, parseInt, parseLong, parseLong, parseStringpublic DefaultErrorHandlerReifier(org.apache.camel.spi.RouteContext routeContext, org.apache.camel.ErrorHandlerFactory definition)
public org.apache.camel.Processor createErrorHandler(org.apache.camel.Processor processor) throws Exception
ErrorHandlerReifiercreateErrorHandler in class ErrorHandlerReifier<T extends DefaultErrorHandlerBuilder>processor - the outer processorException - is thrown if the error handler could not be createdprotected ScheduledExecutorService getExecutorService(org.apache.camel.CamelContext camelContext)
Apache Camel