Class ReplyMessage<T>

java.lang.Object
com.mongodb.internal.connection.ReplyMessage<T>
Type Parameters:
T - the type of the result document

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

    • ReplyMessage

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

    • getReplyHeader

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

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