Uses of Class
org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-
Packages that use TransactionErrorHandlerBuilder 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 TransactionErrorHandlerBuilder in org.apache.camel.spring
Methods in org.apache.camel.spring that return TransactionErrorHandlerBuilder Modifier and Type Method Description TransactionErrorHandlerBuilder
SpringRouteBuilder. transactionErrorHandler()
Deprecated.Creates a transaction error handler that will lookup in application context for an exiting transaction manager.TransactionErrorHandlerBuilder
SpringRouteBuilder. transactionErrorHandler(SpringTransactionPolicy policy)
Deprecated.Creates a transaction error handler.TransactionErrorHandlerBuilder
SpringRouteBuilder. transactionErrorHandler(org.springframework.transaction.PlatformTransactionManager transactionManager)
Deprecated.Creates a transaction error handler.TransactionErrorHandlerBuilder
SpringRouteBuilder. transactionErrorHandler(org.springframework.transaction.support.TransactionTemplate template)
Deprecated.Creates a transaction error handler. -
Uses of TransactionErrorHandlerBuilder in org.apache.camel.spring.spi
Methods in org.apache.camel.spring.spi that return TransactionErrorHandlerBuilder Modifier and Type Method Description TransactionErrorHandlerBuilder
TransactionErrorHandlerBuilder. rollbackLoggingLevel(org.apache.camel.LoggingLevel rollbackLoggingLevel)
Sets the logging level to use for logging transactional rollback.
-