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.
Usage of this API is not supported in AEM as a Cloud Service.
An OP_REPLY message.
-
Constructor Summary
ConstructorsConstructorDescriptionReplyMessage
(ResponseBuffers responseBuffers, Decoder<T> decoder, long requestId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the documents.Deprecated.Gets the reply header.
-
Constructor Details
-
ReplyMessage
Deprecated.
-
-
Method Details
-
getReplyHeader
Deprecated.Gets the reply header.- Returns:
- the reply header
-
getDocuments
Deprecated.Gets the documents.- Returns:
- the documents
-