Package 

Class ReceivedMessage

    • Method Summary

      Modifier and Type Method Description
      abstract String getId() The id for the message.
      abstract String getMessage() The message.
      abstract Long getTimestamp() The timestamp associated for this message, measured in milliseconds since Unix epoch.
      abstract Participant getFromParticipant() The participant this message belongs to.
      abstract Map<String, String> getAttributes() A map of user defined attributes that are associated with the message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

         abstract String getId()

        The id for the message.

      • getTimestamp

         abstract Long getTimestamp()

        The timestamp associated for this message, measured in milliseconds since Unix epoch.

      • getFromParticipant

         abstract Participant getFromParticipant()

        The participant this message belongs to.