Class RefErrorHandlerDefinition

java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.errorhandler.RefErrorHandlerDefinition
All Implemented Interfaces:
org.apache.camel.ErrorHandlerFactory
Direct Known Subclasses:
RefErrorHandlerBuilder

@Metadata(label="configuration,error") public class RefErrorHandlerDefinition extends IdentifiedType
References to an existing or custom error handler.
  • Field Details

  • Constructor Details

    • RefErrorHandlerDefinition

      public RefErrorHandlerDefinition()
    • RefErrorHandlerDefinition

      public RefErrorHandlerDefinition(String ref)
  • Method Details

    • supportTransacted

      public boolean supportTransacted()
    • cloneBuilder

      public org.apache.camel.ErrorHandlerFactory cloneBuilder()
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)
      References to an existing or custom error handler.
    • ref

      References to an existing or custom error handler.