All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.api.java.endpoints.channel_groups.AllChannelsChannelGroup Maven / Gradle / Ivy

package com.pubnub.api.java.endpoints.channel_groups;

import com.pubnub.api.java.endpoints.Endpoint;
import com.pubnub.api.models.consumer.channel_group.PNChannelGroupsAllChannelsResult;

public interface AllChannelsChannelGroup extends Endpoint {
    AllChannelsChannelGroup channelGroup(String channelGroup);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy