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 Summary

    Modifier and Type
    Method
    Description
    @NonNull Instant
    Get the time of the event occurrence.
  • Method Details

    • eventInstant

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