Package | Description |
---|---|
org.apache.camel.builder | |
org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorHandlerBuilderSupport.configure(RouteContext routeContext,
ErrorHandler handler) |
void |
ErrorHandlerBuilder.configure(RouteContext routeContext,
ErrorHandler handler)
Configures the other error handler based on this error handler.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadLetterChannel
Implements a Dead Letter
Channel after attempting to redeliver the message using the
RedeliveryPolicy |
class |
DefaultErrorHandler
Default error handler
|
class |
ErrorHandlerSupport
Support class for
ErrorHandler implementations. |
class |
FatalFallbackErrorHandler
An
ErrorHandler used as a safe fallback when
processing by other error handlers such as the OnExceptionDefinition . |
class |
LoggingErrorHandler
Deprecated.
use
DeadLetterChannel using a log endpoint instead |
class |
RedeliveryErrorHandler
Base redeliverable error handler that also supports a final dead letter queue in case
all redelivery attempts fail.
|
Apache Camel