Uses of Interface
org.axonframework.messaging.core.unitofwork.transaction.TransactionalExecutorProvider
Packages that use TransactionalExecutorProvider
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Eventsourcing module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of TransactionalExecutorProvider in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc
Methods in io.axoniq.framework.messaging.eventhandling.deadletter.jdbc with parameters of type TransactionalExecutorProviderModifier and TypeMethodDescriptionJdbcSequencedDeadLetterQueue.Builder.transactionalExecutorProvider(TransactionalExecutorProvider<Connection> transactionalExecutorProvider) Sets theTransactionalExecutorProviderwhich provides theTransactionalExecutorused to execute operations against the underlying database for thisJdbcSequencedDeadLetterQueueimplementation. -
Uses of TransactionalExecutorProvider in io.axoniq.framework.messaging.eventhandling.deadletter.jpa
Methods in io.axoniq.framework.messaging.eventhandling.deadletter.jpa with parameters of type TransactionalExecutorProviderModifier and TypeMethodDescriptionJpaSequencedDeadLetterQueue.Builder.transactionalExecutorProvider(TransactionalExecutorProvider<jakarta.persistence.EntityManager> transactionalExecutorProvider) Sets theTransactionalExecutorProviderwhich provides theTransactionalExecutorused to execute operations against the underlying database for thisJpaSequencedDeadLetterQueueimplementation. -
Uses of TransactionalExecutorProvider in org.axonframework.eventsourcing.eventstore.jpa
Constructors in org.axonframework.eventsourcing.eventstore.jpa with parameters of type TransactionalExecutorProviderModifierConstructorDescriptionAggregateBasedJpaEventStorageEngine(TransactionalExecutorProvider<jakarta.persistence.EntityManager> transactionalExecutorProvider, EventConverter converter, UnaryOperator<AggregateBasedJpaEventStorageEngineConfiguration> configurer) Constructs anAggregateBasedJpaEventStorageEnginewith the given parameters. -
Uses of TransactionalExecutorProvider in org.axonframework.messaging.core.unitofwork.transaction.jdbc
Classes in org.axonframework.messaging.core.unitofwork.transaction.jdbc that implement TransactionalExecutorProviderModifier and TypeClassDescriptionclassATransactionalExecutorProviderimplementation for JDBCConnectionswhich provides aTransactionalExecutor. -
Uses of TransactionalExecutorProvider in org.axonframework.messaging.core.unitofwork.transaction.jpa
Classes in org.axonframework.messaging.core.unitofwork.transaction.jpa that implement TransactionalExecutorProviderModifier and TypeClassDescriptionclassATransactionalExecutorProviderimplementation for JPAEntityManagerswhich provides aTransactionalExecutor. -
Uses of TransactionalExecutorProvider in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
Constructors in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc with parameters of type TransactionalExecutorProviderModifierConstructorDescriptionJdbcTokenStore(TransactionalExecutorProvider<Connection> transactionalExecutorProvider, Converter converter, JdbcTokenStoreConfiguration configuration) Instantiate aJdbcTokenStorebased on the fields contained in theconfiguration. -
Uses of TransactionalExecutorProvider in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa
Constructors in org.axonframework.messaging.eventhandling.processing.streaming.token.store.jpa with parameters of type TransactionalExecutorProviderModifierConstructorDescriptionJpaTokenStore(TransactionalExecutorProvider<jakarta.persistence.EntityManager> transactionalExecutorProvider, Converter converter, JpaTokenStoreConfiguration configuration) Instantiate a {JpaTokenStore} based on the fields contained in theJpaTokenStoreConfiguration.