Interface ChannelsClient


public interface ChannelsClient
Centrifugo Channels API client interface. Provides methods for listing and managing channels.
  • Method Details

    • channels

      ChannelsResponse channels(ChannelsRequest request)
      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

      default ChannelsResponse channels(String pattern)
      List active channels. Returns information about currently active channels.
      Parameters:
      pattern - the pattern to filter channels
      Returns:
      the channels response containing active channels
    • channels

      default ChannelsResponse channels()
      List all channels without any filters.
      Returns:
      the channels response containing all active channels