Class NoErrorHandlerDefinition
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.errorhandler.NoErrorHandlerDefinition
- All Implemented Interfaces:
org.apache.camel.ErrorHandlerFactory,CopyableDefinition<org.apache.camel.model.errorhandler.BaseErrorHandlerDefinition>
- Direct Known Subclasses:
NoErrorHandlerBuilder
To not use an error handler.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ErrorHandlerFactoryMakes a copy of this definition.booleanMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
NoErrorHandlerDefinition
public NoErrorHandlerDefinition() -
NoErrorHandlerDefinition
-
-
Method Details
-
supportTransacted
public boolean supportTransacted() -
copyDefinition
Description copied from interface:CopyableDefinitionMakes a copy of this definition. -
cloneBuilder
public org.apache.camel.ErrorHandlerFactory cloneBuilder()
-