Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetaRequest

A IRuntime may extend this interface to allow Collabs to configure the content of a message's MessageMeta.runtimeExtra.

Specifically, a Collab makes a request in Collab.send; this affects the MessageMeta passed to Collab.receive together with the sent message.

For example, [[CRuntime]] accepts requests of type [[CRDTMetaRequest]]. To make those requests more easily, consider extending [[PrimitiveCRDT]].

Hierarchy

  • MetaRequest

Generated using TypeDoc