Interface EventInstantAware
This interface is mixed in into implementations of other constructs, such as
Notification
to add the time
when the event occurred.-
Method Summary
-
Method Details
-
eventInstant
@NonNull Instant eventInstant()Get the time of the event occurrence.- Returns:
- the event time
-