Uses of Class
org.axonframework.eventsourcing.eventstore.AbstractEventStorageEngine.Builder
Packages that use AbstractEventStorageEngine.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 AbstractEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore
Modifier and TypeClassDescriptionstatic classAbstract Builder class to instantiate aBatchingEventStorageEngine.Methods in org.axonframework.eventsourcing.eventstore that return AbstractEventStorageEngine.BuilderModifier and TypeMethodDescriptionAbstractEventStorageEngine.Builder.eventSerializer(Serializer eventSerializer) Sets theSerializerused to serialize and deserialize the Event Message's payload andMetaDatawith.AbstractEventStorageEngine.Builder.persistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver) Sets thePersistenceExceptionResolverused to detect concurrency exceptions from the backing database.AbstractEventStorageEngine.Builder.snapshotFilter(Predicate<? super DomainEventData<?>> snapshotFilter) Deprecated.AbstractEventStorageEngine.Builder.snapshotFilter(SnapshotFilter snapshotFilter) Sets thesnapshotFilterdeciding whether to take a snapshot into account.AbstractEventStorageEngine.Builder.snapshotSerializer(Serializer snapshotSerializer) Sets theSerializerused to serialize and deserialize snapshots.AbstractEventStorageEngine.Builder.upcasterChain(EventUpcaster upcasterChain) Sets theEventUpcasterused to deserialize events of older revisions.Constructors in org.axonframework.eventsourcing.eventstore with parameters of type AbstractEventStorageEngine.BuilderModifierConstructorDescriptionprotectedInstantiate aAbstractEventStorageEnginebased on the fields contained in theAbstractEventStorageEngine.Builder. -
Uses of AbstractEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.jdbc
Modifier and TypeClassDescriptionstatic classBuilder class to instantiate aJdbcEventStorageEngine. -
Uses of AbstractEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.jpa
Modifier and TypeClassDescriptionstatic classBuilder class to instantiate aJpaEventStorageEngine. -
Uses of AbstractEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.legacyjpa
Subclasses of AbstractEventStorageEngine.Builder in org.axonframework.eventsourcing.eventstore.legacyjpaModifier and TypeClassDescriptionstatic classDeprecated.Builder class to instantiate aJpaEventStorageEngine.
snapshotFilter(SnapshotFilter)