Uses of Package
org.axonframework.eventsourcing.eventstore
Packages that use org.axonframework.eventsourcing.eventstore
Package
Description
Classes related to event sourcing.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JPA Implementation of the EventStore.
-
Classes in org.axonframework.eventsourcing.eventstore used by org.axonframework.axonserver.connector.eventClassDescriptionInterface describing the consistency boundary condition for
EventMessageswhenappendingthem to an Event Store.Interface for providing storage engines for theStorageEngineBackedEventStore.Interface representing the transaction of an appendEvents invocation.Interface describing the condition tosourceevents from an Event Store.A wrapper of anEventMessageand itsTags. -
Classes in org.axonframework.eventsourcing.eventstore used by org.axonframework.eventsourcingClassDescriptionInfrastructure component providing the means to start an
EventStoreTransactiontoappend eventsandevent sourcemodels from the underlying storage solution. -
Classes in org.axonframework.eventsourcing.eventstore used by org.axonframework.eventsourcing.configurationClassDescriptionInterface for providing storage engines for the
StorageEngineBackedEventStore.Infrastructure component providing the means to start anEventStoreTransactiontoappend eventsandevent sourcemodels from the underlying storage solution. -
Classes in org.axonframework.eventsourcing.eventstore used by org.axonframework.eventsourcing.eventstoreClassDescriptionAbstract implementation of the
ConsistencyMarkerinterface that implements the required comparisons with theConsistencyMarker.ORIGINandConsistencyMarker.INFINITYconsistency markers.ConsistencyMarkerimplementation that keeps track of a position per aggregate identifier.Helper class that tracks the sequence of events for different aggregates and manages the consistency marker for the aggregates.Interface describing the consistency boundary condition forEventMessageswhenappendingthem to an Event Store.Exception indicating that a transaction was rejected due to conflicts detected in the events to append.Interface representing a point in an Event Stream up to where certain state has been made up-to-date.AMessageStreamimplementation that continuously fetches event messages from a configurable data source.Coordinates appended events notifications for event storage engines.Represents a handle to a coordination instance, allowing the engine to notify of new events and to terminate the coordination.Interface for providing storage engines for theStorageEngineBackedEventStore.Interface representing the transaction of an appendEvents invocation.Infrastructure component providing the means to start anEventStoreTransactiontoappend eventsandevent sourcemodels from the underlying storage solution.Interface describing the actions that can be taken on a transaction to source a model from theEventStorebased on the resultingMessageStream.ConsistencyMarkerimplementation that uses a single `long` to represent a position in an event stream.Simple implementation of theTagResolverthat is able to combine several lambdas to constructTagsfrom payloads of typeP.Represents a position from which sourcing may start.Interface describing the condition tosourceevents from an Event Store.A wrapper of anEventMessageand itsTags. -
Classes in org.axonframework.eventsourcing.eventstore used by org.axonframework.eventsourcing.eventstore.inmemoryClassDescriptionInterface describing the consistency boundary condition for
EventMessageswhenappendingthem to an Event Store.Interface for providing storage engines for theStorageEngineBackedEventStore.Interface representing the transaction of an appendEvents invocation.Interface describing the condition tosourceevents from an Event Store.A wrapper of anEventMessageand itsTags. -
Classes in org.axonframework.eventsourcing.eventstore used by org.axonframework.eventsourcing.eventstore.jpaClassDescriptionInterface describing the consistency boundary condition for
EventMessageswhenappendingthem to an Event Store.Coordinates appended events notifications for event storage engines.Represents a handle to a coordination instance, allowing the engine to notify of new events and to terminate the coordination.Interface for providing storage engines for theStorageEngineBackedEventStore.Interface representing the transaction of an appendEvents invocation.Interface describing the condition tosourceevents from an Event Store.A wrapper of anEventMessageand itsTags. -
Classes in org.axonframework.eventsourcing.eventstore used by org.axonframework.test.fixtureClassDescriptionInfrastructure component providing the means to start an
EventStoreTransactiontoappend eventsandevent sourcemodels from the underlying storage solution.Interface describing the actions that can be taken on a transaction to source a model from theEventStorebased on the resultingMessageStream.