Package | Description |
---|---|
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.eventsourcing.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
org.axonframework.eventsourcing.eventstore.jpa |
JPA Implementation of the EventStore.
|
Modifier and Type | Method and Description |
---|---|
BatchingEventStorageEngine.Builder |
BatchingEventStorageEngine.Builder.batchSize(int batchSize)
Sets the
batchSize specifying the number of events that should be read at each database access. |
BatchingEventStorageEngine.Builder |
BatchingEventStorageEngine.Builder.eventSerializer(Serializer eventSerializer) |
BatchingEventStorageEngine.Builder |
BatchingEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) |
BatchingEventStorageEngine.Builder |
BatchingEventStorageEngine.Builder.snapshotFilter(Predicate<? super DomainEventData<?>> snapshotFilter) |
BatchingEventStorageEngine.Builder |
BatchingEventStorageEngine.Builder.snapshotSerializer(Serializer snapshotSerializer) |
BatchingEventStorageEngine.Builder |
BatchingEventStorageEngine.Builder.upcasterChain(EventUpcaster upcasterChain) |
Constructor and Description |
---|
BatchingEventStorageEngine(BatchingEventStorageEngine.Builder builder)
Instantiate a
BatchingEventStorageEngine based on the fields contained in the BatchingEventStorageEngine.Builder . |
Modifier and Type | Class and Description |
---|---|
static class |
JdbcEventStorageEngine.Builder
Builder class to instantiate a
JdbcEventStorageEngine . |
Modifier and Type | Class and Description |
---|---|
static class |
JpaEventStorageEngine.Builder
Builder class to instantiate a
JpaEventStorageEngine . |
Copyright © 2010–2018. All rights reserved.