Interface ErrorHandlerFactory


  • public interface ErrorHandlerFactory
    Factory for creating ErrorHandlers.
    • 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