Uses of Interface
org.axonframework.eventhandling.EventData
Packages that use EventData
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JPA Implementation of the EventStore.
-
Uses of EventData in org.axonframework.axonserver.connector.event.axon
Classes in org.axonframework.axonserver.connector.event.axon that implement EventDataModifier and TypeClassDescriptionclassDomainEventData implementation that retrieves its raw data from a protobufEventmessage. -
Uses of EventData in org.axonframework.eventhandling
Subinterfaces of EventData in org.axonframework.eventhandlingModifier and TypeInterfaceDescriptioninterfaceInterface describing the properties of serialized Domain Event Messages.interfaceInterface describing the properties of serialized Event Messages containing aTrackingToken.Classes in org.axonframework.eventhandling that implement EventDataModifier and TypeClassDescriptionclassAbstract base class of a serialized domain event.classAbstract base class of a serialized event.classAbstract base class of a serialized domain event.classGeneric implementation of a serialized domain event entry.classSpecialization of the DomainEventData class that includes the Token representing the position of this event in a stream. -
Uses of EventData in org.axonframework.eventsourcing.eventstore
Classes in org.axonframework.eventsourcing.eventstore that implement EventDataModifier and TypeClassDescriptionclassAbstract base class of a serialized snapshot event storing the state of an aggregate. -
Uses of EventData in org.axonframework.eventsourcing.eventstore.jpa
Classes in org.axonframework.eventsourcing.eventstore.jpa that implement EventDataModifier and TypeClassDescriptionclassDefault implementation of a tracked domain event entry.classDefault implementation of an event entry containing a serialized snapshot of an aggregate. -
Uses of EventData in org.axonframework.serialization.upcasting.event
Constructors in org.axonframework.serialization.upcasting.event with parameters of type EventDataModifierConstructorDescriptionInitialEventRepresentation(EventData<?> eventData, Serializer serializer) Initializes anInitialEventRepresentationfrom the giveneventData.