Package version:

Interface WebPubSubClientOptions

The client options

Hierarchy

  • WebPubSubClientOptions

Properties

autoReconnect?: boolean

Whether to auto reconnect after connection is dropped and not recoverable

autoRejoinGroups?: boolean

Whether to enable restoring group after reconnecting

messageRetryOptions?: WebPubSubRetryOptions

The retry options for operations like joining group and sending messages

The subprotocol

reconnectRetryOptions?: WebPubSubRetryOptions

The retry options for reconnection. Only available when autoReconnect is true.

Generated using TypeDoc