Class ReplyMessage<T>

  • Type Parameters:
    T - the type of the result document

    @Deprecated(since="2021-05-27")
    public class ReplyMessage<T>
    extends java.lang.Object
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    An OP_REPLY message.
    • Constructor Detail

      • ReplyMessage

        public ReplyMessage​(ResponseBuffers responseBuffers,
                            Decoder<T> decoder,
                            long requestId)
        Deprecated.
    • Method Detail

      • getReplyHeader

        public ReplyHeader getReplyHeader()
        Deprecated.
        Gets the reply header.
        Returns:
        the reply header
      • getDocuments

        public java.util.List<T> getDocuments()
        Deprecated.
        Gets the documents.
        Returns:
        the documents