Package | Description |
---|---|
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.eventsourcing.eventstore.jpa |
JPA Implementation of the EventStore.
|
org.axonframework.mongo.eventsourcing.eventstore.documentperevent | |
org.axonframework.serialization.upcasting.event |
Modifier and Type | Interface and Description |
---|---|
interface |
DomainEventData<T>
Interface describing the properties of serialized Domain Event Messages.
|
interface |
TrackedEventData<T>
Interface describing the properties of serialized Event Messages containing a
TrackingToken . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomainEventEntry<T>
Abstract base class of a serialized domain event.
|
class |
AbstractEventEntry<T>
Abstract base class of a serialized event.
|
class |
AbstractSequencedDomainEventEntry<T>
Abstract base class of a serialized domain event.
|
class |
AbstractSnapshotEventEntry<T>
Abstract base class of a serialized snapshot event storing the state of an aggregate.
|
class |
GenericDomainEventEntry<T>
Generic implementation of a serialized domain event entry.
|
class |
GenericTrackedDomainEventEntry<T>
Deprecated.
Use
TrackedDomainEventData instead, as it uses composition (instead of inheritance) |
class |
TrackedDomainEventData<T>
Specialization of the DomainEventData class that includes the Token representing the position of this event in
a stream.
|
Modifier and Type | Class and Description |
---|---|
class |
DomainEventEntry
Default implementation of a tracked domain event entry.
|
class |
SnapshotEventEntry
Default implementation of an event entry containing a serialized snapshot of an aggregate.
|
Modifier and Type | Class and Description |
---|---|
class |
EventEntry
Implementation of a serialized event message that can be used to create a Mongo document.
|
Constructor and Description |
---|
InitialEventRepresentation(EventData<?> eventData,
Serializer serializer)
Initializes an
InitialEventRepresentation from the given eventData . |
Copyright © 2010–2017. All rights reserved.