Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendEvent

Event emitted by CRuntime or AbstractDoc when a message is to be sent, due to a local transaction.

Hierarchy

  • SendEvent

Index

Properties

message: Uint8Array

The message.

senderCounter: number

A 1-indexed counter for our local transactions.

The pair (senderID, senderCounter) uniquely identifies the message's transaction. It is sometimes called a causal dot.

senderID: string

The message's sender: our AbstractDoc.replicaID/CRuntime.replicaID.

Generated using TypeDoc