Package com.mongodb.internal.connection
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 java.lang.Object
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.An OP_REPLY message.
-
-
Constructor Summary
Constructors Constructor Description ReplyMessage(ResponseBuffers responseBuffers, Decoder<T> decoder, long requestId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<T>
getDocuments()
Deprecated.Gets the documents.ReplyHeader
getReplyHeader()
Deprecated.Gets the reply header.
-
-
-
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
-
-