Message

sealed interface Message(source)

Inheritors

Types

Link copied to clipboard
class OpMsg(val body: MessageSection.Body, val sequences: Sequence<MessageSection.DocumentSequence> = emptySequence()) : Message

The OP_MSG message, introduced in MongoDB 3.6.

Properties

Link copied to clipboard
abstract val opcode: Int

The message type.