Class ErrorHandlerRefDefinition
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
-
- All Implemented Interfaces:
org.apache.camel.ErrorHandlerFactory
- Direct Known Subclasses:
RefErrorHandlerBuilder
@Metadata(label="configuration,error") public class ErrorHandlerRefDefinition extends IdentifiedType
Dead letter channel error handler.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ERROR_HANDLER_BUILDER
-
Constructor Summary
Constructors Constructor Description ErrorHandlerRefDefinition()ErrorHandlerRefDefinition(String ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.ErrorHandlerFactorycloneBuilder()StringgetRef()ErrorHandlerRefDefinitionref(String ref)References to an existing or custom error handler.voidsetRef(String ref)References to an existing or custom error handler.booleansupportTransacted()-
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
-
-
-
Field Detail
-
DEFAULT_ERROR_HANDLER_BUILDER
public static final String DEFAULT_ERROR_HANDLER_BUILDER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ErrorHandlerRefDefinition
public ErrorHandlerRefDefinition()
-
ErrorHandlerRefDefinition
public ErrorHandlerRefDefinition(String ref)
-
-
Method Detail
-
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
public ErrorHandlerRefDefinition ref(String ref)
References to an existing or custom error handler.
-
-