Uses of Class
org.axonframework.eventsourcing.eventstore.AbstractEventStore
Packages that use AbstractEventStore
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of AbstractEventStore in org.axonframework.axonserver.connector.event.axon
Subclasses of AbstractEventStore in org.axonframework.axonserver.connector.event.axonModifier and TypeClassDescriptionclassAxon EventStore implementation that connects to the AxonIQ AxonServer Server to store and retrieve Events. -
Uses of AbstractEventStore in org.axonframework.eventsourcing.eventstore
Subclasses of AbstractEventStore in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionclassImplementation of anEventStorethat stores and fetches events using anEventStorageEngine. -
Uses of AbstractEventStore in org.axonframework.eventsourcing.eventstore.legacyjpa
Subclasses of AbstractEventStore in org.axonframework.eventsourcing.eventstore.legacyjpa
EmbeddedEventStorewhich moved to jakarta.