| Package | Description |
|---|---|
| org.axonframework.common.jdbc | |
| org.axonframework.eventhandling.deadletter.jdbc | |
| org.axonframework.eventhandling.tokenstore.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceConnectionProvider
ConnectionProvider implementation that obtains a connection from a given DataSource.
|
class |
UnitOfWorkAwareConnectionProviderWrapper
Wrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that
connection over creating a new one.
|
| Constructor and Description |
|---|
UnitOfWorkAwareConnectionProviderWrapper(ConnectionProvider delegate)
Initializes a ConnectionProvider, using given
delegate to create a new instance, when on is not
already attached to the Unit of Work. |
| Modifier and Type | Method and Description |
|---|---|
JdbcSequencedDeadLetterQueue.Builder<E> |
JdbcSequencedDeadLetterQueue.Builder.connectionProvider(ConnectionProvider connectionProvider)
Sets the
ConnectionProvider which provides access to a JDBC connection. |
| Modifier and Type | Method and Description |
|---|---|
JdbcTokenStore.Builder |
JdbcTokenStore.Builder.connectionProvider(ConnectionProvider connectionProvider)
Sets the
ConnectionProvider used to provide connections to the underlying database. |
Copyright © 2010–2025. All rights reserved.