//pubnub-gson-api/com.pubnub.api.java.v2.subscriptions
Name | Summary |
---|---|
Subscription | [jvm] interface Subscription : EventEmitter, SubscribeCapable, AutoCloseable Represents a potential subscription to the PubNub real-time network. |
SubscriptionSet | [jvm] interface SubscriptionSet : EventEmitter, SubscribeCapable, AutoCloseable A helper class that manages multiple Subscriptions that can be added to it. |