Uses of Class
org.apache.camel.spring.spi.LegacyTransactionErrorHandlerBuilder
-
Packages that use LegacyTransactionErrorHandlerBuilder Package Description org.apache.camel.spring The classes for working with Camel and Spring along with the primary factory beans.org.apache.camel.spring.spi Plugins to the CamelContext when running in Spring -
-
Uses of LegacyTransactionErrorHandlerBuilder in org.apache.camel.spring
Methods in org.apache.camel.spring that return LegacyTransactionErrorHandlerBuilder Modifier and Type Method Description LegacyTransactionErrorHandlerBuilderSpringRouteBuilder. transactionErrorHandler()Deprecated.Creates a transaction error handler that will lookup in application context for an exiting transaction manager.LegacyTransactionErrorHandlerBuilderSpringRouteBuilder. transactionErrorHandler(SpringTransactionPolicy policy)Deprecated.Creates a transaction error handler.LegacyTransactionErrorHandlerBuilderSpringRouteBuilder. transactionErrorHandler(org.springframework.transaction.PlatformTransactionManager transactionManager)Deprecated.Creates a transaction error handler.LegacyTransactionErrorHandlerBuilderSpringRouteBuilder. 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 LegacyTransactionErrorHandlerBuilder Modifier and Type Method Description LegacyTransactionErrorHandlerBuilderLegacyTransactionErrorHandlerBuilder. rollbackLoggingLevel(org.apache.camel.LoggingLevel rollbackLoggingLevel)Deprecated.Sets the logging level to use for logging transactional rollback.
-