org.apache.camel.processor
Interface ErrorHandler

All Superinterfaces:
Processor
All Known Implementing Classes:
DeadLetterChannel, DefaultErrorHandler, ErrorHandlerSupport, FatalFallbackErrorHandler, LoggingErrorHandler, RedeliveryErrorHandler

public interface ErrorHandler
extends Processor

An interface used to represent an error handler

Version:

Method Summary
 
Methods inherited from interface org.apache.camel.Processor
process
 



Apache CAMEL