Interface Event

All Known Implementing Classes:
SuggestionEvent

public interface Event
  • Method Details

    • getProducerId

      String getProducerId()
    • getEventId

      String getEventId()
    • getTopic

      String getTopic()
    • isInstantMessage

      boolean isInstantMessage()
    • getPayload

      String getPayload()
    • getCreationDate

      Long getCreationDate()
    • getExpiryDate

      Long getExpiryDate()
    • getMap

      Map<String,Object> getMap()