Interface ResponseMessage<R extends RequestMessage>

All Superinterfaces:
Message
All Known Implementing Classes:
ErrorMessage, IdentityMessage, PongMessage, SuccessMessage, WelcomeMessage

public interface ResponseMessage<R extends RequestMessage> extends Message
Messages of this type represent a response to a previously received RequestMessage.
  • Method Details

    • getCorrespondingId

      MessageId getCorrespondingId()
      Returns:
      the id of the RequestMessage to which this response corresponds