Skip to main content

ISequencedClient Interface

A IClient that has been acknowledged by the sequencer.

Signature

export interface ISequencedClient

Properties

PropertyTypeDescription
clientIClientThe underlying client details.
sequenceNumbernumberThe sequence number of the "join" message sent when the client joined the session.

Property Details

client

The underlying client details.

Signature

client: IClient;

Type: IClient

sequenceNumber

The sequence number of the "join" message sent when the client joined the session.

Signature

sequenceNumber: number;

Type: number