Uses of Class
org.apache.camel.spring.spi.LegacyTransactionErrorHandlerBuilder
Packages that use LegacyTransactionErrorHandlerBuilder
Package
Description
The classes for working with Camel and Spring along with the primary factory beans.
Plugins to the CamelContext when running in Spring
-
Uses of LegacyTransactionErrorHandlerBuilder in org.apache.camel.spring
Methods in org.apache.camel.spring that return LegacyTransactionErrorHandlerBuilderModifier and TypeMethodDescriptionSpringRouteBuilder.transactionErrorHandler()
Deprecated.Creates a transaction error handler that will lookup in application context for an exiting transaction manager.SpringRouteBuilder.transactionErrorHandler
(SpringTransactionPolicy policy) Deprecated.Creates a transaction error handler.SpringRouteBuilder.transactionErrorHandler
(org.springframework.transaction.PlatformTransactionManager transactionManager) Deprecated.Creates a transaction error handler.SpringRouteBuilder.transactionErrorHandler
(org.springframework.transaction.support.TransactionTemplate template) Deprecated.Creates a transaction error handler. -
Uses of LegacyTransactionErrorHandlerBuilder in org.apache.camel.spring.spi
Methods in org.apache.camel.spring.spi that return LegacyTransactionErrorHandlerBuilderModifier and TypeMethodDescriptionLegacyTransactionErrorHandlerBuilder.rollbackLoggingLevel
(org.apache.camel.LoggingLevel rollbackLoggingLevel) Deprecated.Sets the logging level to use for logging transactional rollback.