Interface TransactionalExecutorProvider<T>
- Type Parameters:
T- The type of resource theTransactionalExecutorworks with.
- All Known Implementing Classes:
JdbcTransactionalExecutorProvider,JpaTransactionalExecutorProvider
Provider of
TransactionalExecutors.- Since:
- 5.0.2
- Author:
- John Hendrikx
-
Method Summary
Modifier and TypeMethodDescriptiongetTransactionalExecutor(@Nullable ProcessingContext processingContext) Provides aTransactionalExecutor, using the optional processing context.
-
Method Details
-
getTransactionalExecutor
Provides aTransactionalExecutor, using the optional processing context.- Parameters:
processingContext- AProcessingContext, can benull.- Returns:
- A
TransactionalExecutor, nevernull.
-