Uses of Class
org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
Packages that use TransactionErrorHandlerDefinition
-
Uses of TransactionErrorHandlerDefinition in org.apache.camel.builder
Subclasses of TransactionErrorHandlerDefinition in org.apache.camel.builderModifier and TypeClassDescriptionclassJTA transaction error handler as a builder.classSpring transaction error handler as a builder. -
Uses of TransactionErrorHandlerDefinition in org.apache.camel.model.errorhandler
Subclasses of TransactionErrorHandlerDefinition in org.apache.camel.model.errorhandlerModifier and TypeClassDescriptionclassJTA based transactional error handler (requires camel-jta).classSpring based transactional error handler (requires camel-spring).Methods in org.apache.camel.model.errorhandler that return TransactionErrorHandlerDefinitionModifier and TypeMethodDescriptionTransactionErrorHandlerDefinition.rollbackLoggingLevel(String rollbackLoggingLevel) Sets the logging level to use for logging transactional rollback.TransactionErrorHandlerDefinition.rollbackLoggingLevel(org.apache.camel.LoggingLevel rollbackLoggingLevel) Sets the logging level to use for logging transactional rollback.TransactionErrorHandlerDefinition.transactedPolicy(Object transactedPolicy) The transacted policy to use that is configured for either Spring or JTA based transactions.TransactionErrorHandlerDefinition.transactedPolicyRef(String transactedPolicyRef) References to the transacted policy to use that is configured for either Spring or JTA based transactions.Methods in org.apache.camel.model.errorhandler with parameters of type TransactionErrorHandlerDefinitionModifier and TypeMethodDescriptionprotected voidTransactionErrorHandlerDefinition.cloneBuilder(TransactionErrorHandlerDefinition other)