Interface BayeuxServer.ChannelListener

    • Method Detail

      • channelAdded

        void channelAdded​(ServerChannel channel)

        Callback invoked when a ServerChannel has been added to a BayeuxServer object.

        Parameters:
        channel - the channel that has been added
      • channelRemoved

        void channelRemoved​(String channelId)

        Callback invoked when a ServerChannel has been removed from a BayeuxServer object.

        Parameters:
        channelId - the channel identifier of the channel that has been removed.