Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _clientIdObservers

_clientIdObservers: Map<string, Set<PubSubContentObserver>> = new Map()

Protected _topicObservers

_topicObservers: Map<string, Set<PubSubContentObserver>> = new Map()

Accessors

Protected clientId

clientId:

Protected clientsQueue

clientsQueue:

Protected endpoint

endpoint:

Protected isSSLEnabled

isSSLEnabled:

Protected options

options:

Protected region

region:

Methods

configure

Protected connect

Protected disconnect

  • disconnect(clientId: string): Promise<void>

getCategory

  • getCategory(): string

getProviderName

  • getProviderName(): string

newClient

onDisconnect

  • onDisconnect(__namedParameters: object): void

publish

subscribe