Uses of Interface
org.axonframework.eventhandling.DomainEventSequenceAware
Packages that use DomainEventSequenceAware
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of DomainEventSequenceAware in org.axonframework.axonserver.connector.event.axon
Classes in org.axonframework.axonserver.connector.event.axon that implement DomainEventSequenceAwareModifier and TypeClassDescriptionclassAxon EventStore implementation that connects to the AxonIQ AxonServer Server to store and retrieve Events. -
Uses of DomainEventSequenceAware in org.axonframework.eventsourcing.eventstore
Subinterfaces of DomainEventSequenceAware in org.axonframework.eventsourcing.eventstoreModifier and TypeInterfaceDescriptioninterfaceProvides a mechanism to open streams from events in the the underlying event storage.Classes in org.axonframework.eventsourcing.eventstore that implement DomainEventSequenceAwareModifier and TypeClassDescriptionclassAbstract implementation of anEventStorethat uses aEventStorageEngineto store and load events.classImplementation of anEventStorethat stores and fetches events using anEventStorageEngine. -
Uses of DomainEventSequenceAware in org.axonframework.eventsourcing.eventstore.legacyjpa
Classes in org.axonframework.eventsourcing.eventstore.legacyjpa that implement DomainEventSequenceAware
EmbeddedEventStorewhich moved to jakarta.