public interface ChannelsClient
Centrifugo Channels API client interface. Provides methods for listing and managing
channels.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChannelsResponsechannels()List all channels without any filters.channels(ChannelsRequest request) List active channels.default ChannelsResponseList active channels.
-
Method Details
-
channels
List active channels. Returns information about currently active channels.- Parameters:
request- the channels request with optional pattern filter- Returns:
- the channels response containing active channels
-
channels
List active channels. Returns information about currently active channels.- Parameters:
pattern- the pattern to filter channels- Returns:
- the channels response containing active channels
-
channels
List all channels without any filters.- Returns:
- the channels response containing all active channels
-