A constructor of T instances from a ByteBuf.
A constructor of T instances from a ByteBuf.
type which instances can be constructed with this.
Request message.
Request message.
the ID of this request, so that the response may be identifiable. Should be strictly positive.
request operation.
body of this request, a ByteBuf containing 0, 1, or many documents.
a hint for sending this request on a particular channel.
A helper to build requests.
A helper to build requests.
write operation.
body of this request, a ByteBuf containing 0, 1, or many documents.
a hint for sending this request on a particular channel.
A helper to build write request which result needs to be checked (by sending a reactivemongo.api.commands.GetLastError command after).
A helper to build write request which result needs to be checked (by sending a reactivemongo.api.commands.GetLastError command after).
write operation.
body of this request, a ByteBuf containing 0, 1, or many documents.
a GetLastError
command message.
(Since version 0.16.0) Unused