This class contains the common behaviour used both by clients and by matching server for communicating using the communication server.

Matching Model class

Hierarchy (view full)

Properties

onUpdated: OEvent<((timeOfEarliestChange: Date) => void)> = ...

Event emitted when matching data is updated.

state: StateMachine<"Uninitialised" | "Initialised", "shutdown" | "init">
channelId: "matching" = 'matching'

Methods