Class ErrorHandlerDefinition

java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.ErrorHandlerDefinition

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

    • ErrorHandlerDefinition

      public ErrorHandlerDefinition()
  • Method Details

    • getErrorHandlerType

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

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

      public String toString()
      Overrides:
      toString in class Object
    • description

      protected String description()