Class JdbcTransactionalExecutorProvider

java.lang.Object
org.axonframework.eventsourcing.eventstore.jdbc.JdbcTransactionalExecutorProvider
All Implemented Interfaces:
TransactionalExecutorProvider<Connection>

@Internal public class JdbcTransactionalExecutorProvider extends Object implements TransactionalExecutorProvider<Connection>
A TransactionalExecutorProvider implementation for JDBC Connections which provides a TransactionalExecutor.

When a processing context is supplied, supplies the TransactionalExecutor it must contain. If no processing context is supplied, creates an executor that executes the supplied functions in their own transaction.

Since:
5.0.2
Author:
John Hendrikx