Interface Event


  • public interface Event
    Describes an event that has taken place.
    Author:
    James R. Perkins
    • Method Detail

      • getSource

        String getSource()
        The source of this event.
        Returns:
        the source of this event
      • getInstant

        Instant getInstant()
        The date this event was created.
        Returns:
        the date the event was created
      • getData

        Map<String,​Object> getData()
        The data associated with this event.
        Returns:
        the data for this event