Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Aqueduct

Index

Variables

Let baseApiUrl

baseApiUrl: string

Let hasWebSocket

hasWebSocket: boolean

Let socket

socket: WebSocket

Let socketOpen

socketOpen: boolean = false

Let subscriptions

subscriptions: object

Type declaration

  • [channel: string]: object | undefined

Functions

Const Initialize

  • Initialize(params?: undefined | object): void
  • Initialize the Aqueduct client. Required to use the client.

    Parameters

    • Optional params: undefined | object

    Returns void

Const send

  • send(message: string, tries?: number): void
  • Parameters

    • message: string
    • Default value tries: number = 0

    Returns void

Generated using TypeDoc