Interface ErrorHandlerFactory


public interface ErrorHandlerFactory
Factory for creating ErrorHandlers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Clones this factory so each route has its private builder to use, to avoid changes from one route to influence the others.
    boolean
    Whether this error handler supports transacted exchanges.
  • Method Details

    • 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