Channel
A representation of a PubNub channel identified by its name.
You can get a Subscription to this channel through Subscribable.subscription.
Use the com.pubnub.api.java.PubNub.channel factory method to create instances of this interface.
Properties
Functions
Link copied to clipboard
Send a message to PubNub Functions Event Handlers.
Link copied to clipboard
Send a message to all subscribers of the channel.
Link copied to clipboard
Send a signal to all subscribers of a channel.
Link copied to clipboard
Returns a Subscription that can be used to subscribe to this channel.