public interface ErrorHandlerBuilder extends org.apache.camel.ErrorHandlerFactory
| Modifier and Type | Method and Description |
|---|---|
ErrorHandlerBuilder |
cloneBuilder()
Clones this builder so each
RouteBuilder has its private builder
to use, to avoid changes from one RouteBuilder to influence the
others. |
boolean |
supportTransacted()
Whether this error handler supports transacted exchanges.
|
boolean supportTransacted()
ErrorHandlerBuilder cloneBuilder()
RouteBuilder has its private builder
to use, to avoid changes from one RouteBuilder to influence the
others.
This is needed by the current Camel 2.x architecture.ErrorHandlerBuilderApache Camel