public class NoErrorHandlerBuilder extends ErrorHandlerBuilderSupport
Processor| Constructor and Description |
|---|
NoErrorHandlerBuilder() |
| 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.
|
cloneBuilder, exceptionPolicyStrategy, exceptionPolicyStrategy, getExceptionPolicyStrategy, getExceptionPolicyStrategyRef, setExceptionPolicyStrategy, setExceptionPolicyStrategyRefpublic NoErrorHandlerBuilder()
public boolean supportTransacted()
ErrorHandlerBuildersupportTransacted in interface ErrorHandlerBuildersupportTransacted in class ErrorHandlerBuilderSupportpublic ErrorHandlerBuilder cloneBuilder()
ErrorHandlerBuilderRouteBuilder 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