Interface ErrorHandlerRefProperties
-
- All Superinterfaces:
org.apache.camel.ErrorHandlerFactory
- All Known Implementing Classes:
ErrorHandlerBuilderRef
,ErrorHandlerRefConfiguration
public interface ErrorHandlerRefProperties extends org.apache.camel.ErrorHandlerFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_ERROR_HANDLER_BUILDER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRef()
boolean
isSupportTransacted()
void
setRef(String ref)
void
setSupportTransacted(boolean supportTransacted)
-
-
-
Field Detail
-
DEFAULT_ERROR_HANDLER_BUILDER
static final String DEFAULT_ERROR_HANDLER_BUILDER
- See Also:
- Constant Field Values
-
-