Class KvStateResponse


  • @Internal
    public class KvStateResponse
    extends MessageBody
    The response containing the (serialized) state sent by the State Server to the Client Proxy, and then forwarded by the proxy to the original Queryable State Client.
    • Constructor Detail

      • KvStateResponse

        public KvStateResponse​(byte[] content)
    • Method Detail

      • getContent

        public byte[] getContent()
      • serialize

        public byte[] serialize()
        Description copied from class: MessageBody
        Serializes the message into a byte array.
        Specified by:
        serialize in class MessageBody
        Returns:
        A byte array with the serialized content of the message.