Serialized Form
-
Package com.reallifedeveloper.common.domain.event
-
Class com.reallifedeveloper.common.domain.event.AbstractDomainEvent
class AbstractDomainEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventOccurredOn
ZonedDateTime eventOccurredOn
The timestamp when this event occurred. -
eventVersion
int eventVersion
The version of this event. In a long-lived system, it may be necessary to work with old versions of domaim events and keeping track of the version makes this easier.
-
-