Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains advanced options for configuring a new bridge connection.

Hierarchy

  • BridgeConnectionAdvancedConfig

Index

Constructors

Properties

heartbeatIncomingInterval: number = 0

Incoming heartbeat interval in milliseconds. Specify 0 to disable incoming heartbeat.

heartbeatOutgoingInterval: number = 30000

Outgoing heartbeat interval in milliseconds. Specify 0 to disable outgoing heartbeat.

startIntervalFunction: (handler: any, timeout?: any, ...args: any[]) => number

Type declaration

    • (handler: any, timeout?: any, ...args: any[]): number
    • Optional function to be used for starting new intervals instead of the standard "setInterval" function.

      For example, an Angular app can provide a function that starts intervals outside of the NgZone.

      Parameters

      • handler: any
      • Optional timeout: any
      • Rest ...args: any[]

      Returns number

Generated using TypeDoc