Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConnectionStatusListener

Interface of connection status listener.

Hierarchy

  • IConnectionStatusListener

Implemented by

Index

Methods

onConfigured

  • onConfigured(): void
  • Invoked then client connected to server and completely configured on service level, but doesn't yet receive all confirmations for subscriptions.

    Returns void

onConnected

  • onConnected(): void
  • Invoked then client actually connected to the server, but still do not completely ready to serve.

    Returns void

onConnecting

  • onConnecting(): void

onDisconnect

  • onDisconnect(): void

onReady

  • onReady(): void

Generated using TypeDoc