|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorHandler | |
|---|---|
| org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
| org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
| Uses of ErrorHandler in org.apache.camel.builder |
|---|
| Methods in org.apache.camel.builder with parameters of type ErrorHandler | |
|---|---|
void |
ErrorHandlerBuilderSupport.configure(ErrorHandler handler)
|
void |
ErrorHandlerBuilder.configure(ErrorHandler handler)
Configures the other error handler based on this error handler. |
| Uses of ErrorHandler in org.apache.camel.processor |
|---|
| Classes in org.apache.camel.processor that implement ErrorHandler | |
|---|---|
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 |
LoggingErrorHandler
An ErrorHandler which uses commons-logging to dump the error |
class |
RedeliveryErrorHandler
Base redeliverable error handler that also suppors a final dead letter queue in case all redelivery attempts fail. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||