Packages > @fluidframework/protocol-definitions > ISequencedClient

ISequencedClient Interface

A IClient that has been acknowledged by the sequencer.

Signature

export interface ISequencedClient

Properties

Property Type Description
client IClient The underlying client details.
sequenceNumber number The sequence number of the "join" message sent when the client joined the session.

Property Details

client

The underlying client details.

Signature

client: IClient;

sequenceNumber

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

Signature

sequenceNumber: number;