Package-level declarations

Types

Link copied to clipboard
interface Subscription : EventEmitter, SubscribeCapable, AutoCloseable

Represents a potential subscription to the PubNub real-time network.

Link copied to clipboard
interface SubscriptionSet : EventEmitter, SubscribeCapable, AutoCloseable

A helper class that manages multiple Subscriptions that can be added to it.