| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.reifier.errorhandler |
| Modifier and Type | Class and Description |
|---|---|
class |
DeadLetterChannelBuilder
A builder of a
Dead Letter
Channel
|
class |
DefaultErrorHandlerBuilder
The default error handler builder.
|
class |
ErrorHandlerBuilderRef
Represents a proxy to an error handler builder which is resolved by named
reference
|
class |
NoErrorHandlerBuilder
A builder to disable the use of an error handler so that any exceptions are
thrown.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandlerBuilderSupport |
ErrorHandlerBuilderSupport.exceptionPolicyStrategy(org.apache.camel.processor.errorhandler.ExceptionPolicyStrategy exceptionPolicyStrategy)
Sets the exception policy to use
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ErrorHandlerBuilderSupport.cloneBuilder(ErrorHandlerBuilderSupport other) |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorHandlerReifier<T extends ErrorHandlerBuilderSupport> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
ErrorHandlerReifier.definition |
Apache Camel