Interface StatusListener

    • Method Detail

      • onSubscribe

        void onSubscribe​(String channel)
        Executes then Redisson successfully subscribed to channel. Invoked during re-connection or failover process
        Parameters:
        channel - to subscribe
      • onUnsubscribe

        void onUnsubscribe​(String channel)
        Executes then Redisson successfully unsubscribed from channel.
        Parameters:
        channel - to unsubscribe