Interface Message

All Superinterfaces:
Serializable

public interface Message extends Serializable
A message sent as a request or response. A message must have a timestamp and callID, which are immutable.
  • Method Details

    • getPriority

      default Message.Priority getPriority()
    • getCallID

      String getCallID()
      Returns:
      the call ID of this message
    • getMessageTimestamp

      long getMessageTimestamp()
      Returns:
      the message timestamp