Package org.apache.camel
Interface ErrorHandlerFactory
-
public interface ErrorHandlerFactoryFactory for creatingErrorHandlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorHandlerFactorycloneBuilder()Clones this factory so each route has its private builder to use, to avoid changes from one route to influence the others.booleansupportTransacted()Whether this error handler supports transacted exchanges.
-
-
-
Method Detail
-
supportTransacted
boolean supportTransacted()
Whether this error handler supports transacted exchanges.
-
cloneBuilder
ErrorHandlerFactory cloneBuilder()
Clones this factory so each route has its private builder to use, to avoid changes from one route to influence the others. This is needed by the current Camel route architecture- Returns:
- a clone of this factory
-
-