Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response => ResponseHeader [MetaData] APIResponseDescription
ResponseHeadervariable size, type = ResponseHeaderThe ResponseHeader corresponding to this Response
MetaDataoptional, variable size, type = MetaDataThis field is optional and will be populated if the MessageHeader.hasMeta is true
APIResponsevariable size, type = variable

The Api specific Reponse message. Here are some examples of Response messages

PutResponse GetResponse | PutAllResponse | GetAllResponse | ServerConfigResposne | ClientConfigResponse | AuthResponse | ErrorResponse

ResponseHeader

The response header will have resposneType, which indicates its partial response, full response or error. A hasMetaData flag indicates whether the response contains some metadata.

...