Uses of Class
org.axonframework.messaging.eventhandling.GenericEventMessage
Packages that use GenericEventMessage
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
Package for event handling components in Axon Framework.
-
Uses of GenericEventMessage in org.axonframework.eventsourcing.eventstore
Subclasses of GenericEventMessage in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionclassMessage containing a snapshot.classEmptyEventMessageimplementation without anypayload, used as the terminal message of aMessageStream. -
Uses of GenericEventMessage in org.axonframework.messaging.eventhandling
Methods in org.axonframework.messaging.eventhandling that return GenericEventMessageModifier and TypeMethodDescriptionGenericEventMessage.withConverter(@Nullable Converter converter) Returns a newGenericEventMessagewith the same properties as this message and the givenconverterset for use inMessageDecorator.payloadAs(Class).