Properties
Private cachedData
cachedData: null | string = null
Private isConnectedSubject
isConnectedSubject: BehaviorSubject<boolean> = ...
Private subscribers
subscribers: {} = {}
Type declaration
[topic: string]: Subscriber<TopicAndPayload>[]
wildcardTopics
wildcardTopics: TopicWildcard[] = []