Class IgpapiRealtimeObservablePool

A higher-level subscription manager. Creates shared observable per unique subscription and returns it if the same subscription was requested twice. Sends unsubscribe signal when there are no more active subscribers on this observable.

Hierarchy

  • IgpapiRealtimeObservablePool

Constructors

Properties

Methods

Constructors

Properties

#storage: Map<string, Observable<any>> = ...
subscriptions: SubscriptionManager

Methods