Uses of Class
org.axonframework.eventsourcing.eventstore.BatchingEventStorageEngine.Builder
Packages that use BatchingEventStorageEngine.Builder
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JDBC Implementation of the EventStore.
JPA Implementation of the EventStore.
-
Uses of BatchingEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return BatchingEventStorageEngine.BuilderModifier and TypeMethodDescriptionBatchingEventStorageEngine.Builder.batchSize(int batchSize) Sets thebatchSizespecifying the number of events that should be read at each database access.BatchingEventStorageEngine.Builder.eventSerializer(Serializer eventSerializer) BatchingEventStorageEngine.Builder.finalAggregateBatchPredicate(Predicate<List<? extends DomainEventData<?>>> finalAggregateBatchPredicate) Defines the predicate to use to recognize the terminal batch when reading an event stream for an aggregate.BatchingEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) BatchingEventStorageEngine.Builder.snapshotFilter(Predicate<? super DomainEventData<?>> snapshotFilter) Deprecated.BatchingEventStorageEngine.Builder.snapshotFilter(SnapshotFilter snapshotFilter) BatchingEventStorageEngine.Builder.snapshotSerializer(Serializer snapshotSerializer) BatchingEventStorageEngine.Builder.upcasterChain(EventUpcaster upcasterChain) Constructors in org.axonframework.eventsourcing.eventstore with parameters of type BatchingEventStorageEngine.BuilderModifierConstructorDescriptionprotectedInstantiate aBatchingEventStorageEnginebased on the fields contained in theBatchingEventStorageEngine.Builder. -
Uses of BatchingEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.jdbc
Modifier and TypeClassDescriptionstatic classBuilder class to instantiate aJdbcEventStorageEngine. -
Uses of BatchingEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.jpa
Modifier and TypeClassDescriptionstatic classBuilder class to instantiate aJpaEventStorageEngine. -
Uses of BatchingEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.legacyjpa
Subclasses of BatchingEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.legacyjpaModifier and TypeClassDescriptionstatic classDeprecated.Builder class to instantiate aJpaEventStorageEngine.
snapshotFilter(SnapshotFilter)