EventTimeCapable

Interface for entities that track the timestamp of their last processed event.

This interface provides access to the time when the most recent event was applied to the aggregate's state, represented as milliseconds since the Unix epoch.

Inheritors

Properties

Link copied to clipboard
abstract val eventTime: Long

The timestamp of the last event processed by this aggregate, in milliseconds since the Unix epoch.