Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
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.serialization.upcasting.event |
Modifier and Type | Class and Description |
---|---|
class |
GrpcBackedDomainEventData
DomainEventData implementation that retrieves its raw data from a protobuf
Event message. |
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 |
GenericDomainEventEntry<T>
Generic implementation of a serialized domain event entry.
|
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 |
AbstractSnapshotEventEntry<T>
Abstract base class of a serialized snapshot event storing the state of an aggregate.
|
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.
|
Constructor and Description |
---|
InitialEventRepresentation(EventData<?> eventData,
Serializer serializer)
Initializes an
InitialEventRepresentation from the given eventData . |
Copyright © 2010–2019. All rights reserved.