Interface EventInstantAware


  • @Beta
    public interface EventInstantAware
    This interface is mixed in into implementations of other constructs, such as Notification to add the time when the event occurred.
    • Method Detail

      • eventInstant

        @NonNull Instant eventInstant()
        Get the time of the event occurrence.
        Returns:
        the event time