Class InitialEventRepresentation

java.lang.Object
org.axonframework.serialization.upcasting.event.InitialEventRepresentation
All Implemented Interfaces:
IntermediateEventRepresentation

public class InitialEventRepresentation extends Object implements IntermediateEventRepresentation
Implementation of an IntermediateEventRepresentation that contains the original serialized payload and metadata before these have been upcast. Usually there is one InitialEventRepresentation per event entry from the data store.
Since:
3.0
Author:
Rene de Waele