Class ErrorHandlerDefinition


  • @Metadata(label="configuration,error")
    public class ErrorHandlerDefinition
    extends IdentifiedType
    Camel error handling.
    • Constructor Detail

      • ErrorHandlerDefinition

        public ErrorHandlerDefinition()
    • Method Detail

      • getErrorHandlerType

        public org.apache.camel.ErrorHandlerFactory getErrorHandlerType()
      • setErrorHandlerType

        public void setErrorHandlerType​(org.apache.camel.ErrorHandlerFactory errorHandlerType)
        The specific error handler in use.
      • description

        protected String description()