Uses of Class
org.axonframework.eventsourcing.eventstore.AbstractEventStore.Builder
Packages that use AbstractEventStore.Builder
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of AbstractEventStore.Builder in org.axonframework.axonserver.connector.event.axon
Modifier and TypeClassDescriptionstatic classBuilder class to instantiate aAxonServerEventStore. -
Uses of AbstractEventStore.Builder in org.axonframework.eventsourcing.eventstore
Subclasses of AbstractEventStore.Builder in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionstatic classBuilder class to instantiate anEmbeddedEventStore.Methods in org.axonframework.eventsourcing.eventstore that return AbstractEventStore.BuilderModifier and TypeMethodDescriptionAbstractEventStore.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor) AbstractEventStore.Builder.storageEngine(EventStorageEngine storageEngine) Sets theEventStorageEngineused to store and load events.Constructors in org.axonframework.eventsourcing.eventstore with parameters of type AbstractEventStore.BuilderModifierConstructorDescriptionprotectedInstantiate anAbstractEventStorebased on the fields contained in theAbstractEventStore.Builder. -
Uses of AbstractEventStore.Builder in org.axonframework.eventsourcing.eventstore.legacyjpa
Modifier and TypeClassDescriptionstatic classDeprecated.Builder class to instantiate anEmbeddedEventStore.