Options
Menu

Emitted when a ConvergenceDomain is scheduled to attempt to reconnect to the server.

Hierarchy

  • ConnectionScheduledEvent

Implements

Index

Properties

Properties

delay

delay: number

The number of seconds until the reconnection is attempted.

domain

The domain on which this event occurred.

name

name: string = ConnectionScheduledEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

NAME

NAME: "connection_scheduled" = "connection_scheduled"