Uses of Interface
org.axonframework.common.jdbc.ConnectionProvider
Packages that use ConnectionProvider
Package
Description
JDBC Implementation of the EventStore.
-
Uses of ConnectionProvider in org.axonframework.common.jdbc
Classes in org.axonframework.common.jdbc that implement ConnectionProviderModifier and TypeClassDescriptionclassConnectionProvider implementation that obtains a connection from a given DataSource.classWrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that connection over creating a new one.Constructors in org.axonframework.common.jdbc with parameters of type ConnectionProviderModifierConstructorDescriptionInitializes a ConnectionProvider, using givendelegateto create a new instance, when on is not already attached to the Unit of Work. -
Uses of ConnectionProvider in org.axonframework.eventhandling.deadletter.jdbc
Methods in org.axonframework.eventhandling.deadletter.jdbc with parameters of type ConnectionProviderModifier and TypeMethodDescriptionJdbcSequencedDeadLetterQueue.Builder.connectionProvider(ConnectionProvider connectionProvider) Sets theConnectionProviderwhich provides access to a JDBC connection. -
Uses of ConnectionProvider in org.axonframework.eventhandling.tokenstore.jdbc
Methods in org.axonframework.eventhandling.tokenstore.jdbc with parameters of type ConnectionProviderModifier and TypeMethodDescriptionJdbcTokenStore.Builder.connectionProvider(ConnectionProvider connectionProvider) Sets theConnectionProviderused to provide connections to the underlying database. -
Uses of ConnectionProvider in org.axonframework.eventsourcing.eventstore.jdbc
Methods in org.axonframework.eventsourcing.eventstore.jdbc with parameters of type ConnectionProviderModifier and TypeMethodDescriptionJdbcEventStorageEngine.Builder.connectionProvider(ConnectionProvider connectionProvider) Sets theConnectionProviderwhich provides access to a JDBC connection. -
Uses of ConnectionProvider in org.axonframework.modelling.saga.repository.jdbc
Methods in org.axonframework.modelling.saga.repository.jdbc with parameters of type ConnectionProviderModifier and TypeMethodDescriptionJdbcSagaStore.Builder.connectionProvider(ConnectionProvider connectionProvider) Sets theConnectionProviderwhich provides access to a JDBC connection. -
Uses of ConnectionProvider in org.axonframework.spring.jdbc
Classes in org.axonframework.spring.jdbc that implement ConnectionProviderModifier and TypeClassDescriptionclassConnectionProvider implementation that is aware of Transaction Managers and provides the connection attached to an active transaction manager, instead of asking a Data Source directly. -
Uses of ConnectionProvider in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return ConnectionProviderModifier and TypeMethodDescriptionJdbcAutoConfiguration.connectionProvider(DataSource dataSource) Methods in org.axonframework.springboot.autoconfig with parameters of type ConnectionProviderModifier and TypeMethodDescriptionJdbcAutoConfiguration.deadLetterQueueProviderConfigurerModule(EventProcessorProperties eventProcessorProperties, ConnectionProvider connectionProvider, TransactionManager transactionManager, DeadLetterSchema schema, Serializer eventSerializer, Serializer genericSerializer) JdbcAutoConfiguration.eventStorageEngine(Serializer defaultSerializer, PersistenceExceptionResolver persistenceExceptionResolver, Serializer eventSerializer, Configuration configuration, ConnectionProvider connectionProvider, TransactionManager transactionManager, EventSchema eventSchema) JdbcAutoConfiguration.sagaStoreNoSchema(ConnectionProvider connectionProvider, Serializer serializer) JdbcAutoConfiguration.sagaStoreWithSchema(ConnectionProvider connectionProvider, Serializer serializer, SagaSqlSchema schema) JdbcAutoConfiguration.tokenStore(ConnectionProvider connectionProvider, Serializer serializer, TokenSchema tokenSchema)