Package org.apache.camel.spi
Interface ErrorHandlerAware
-
public interface ErrorHandlerAwareAn interface forProcessoraware of itsErrorHandlerwhich are wrapped via theChannelduring route initialization, or specially used byRecipientListEIP annotation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorgetErrorHandler()Gets the error handlervoidsetErrorHandler(Processor errorHandler)Sets the error handler
-