OpMsg
class OpMsg(val body: MessageSection.Body, val sequences: Sequence<MessageSection.DocumentSequence> = emptySequence()) : Message(source)
The OP_MSG message, introduced in MongoDB 3.6.
External resources
Constructors
Link copied to clipboard
constructor(body: MessageSection.Body, sequences: Sequence<MessageSection.DocumentSequence> = emptySequence())