| Package | Description |
|---|---|
| org.apache.camel.builder |
| 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 |
LoggingErrorHandlerBuilder
Deprecated.
use dead letter channel with a log endpoint
|
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(ExceptionPolicyStrategy exceptionPolicyStrategy)
Sets the exception policy to use
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ErrorHandlerBuilderSupport.cloneBuilder(ErrorHandlerBuilderSupport other) |
Apache Camel