Class BaseStatusListener

    • Constructor Detail

      • BaseStatusListener

        public BaseStatusListener()
    • Method Detail

      • onSubscribe

        public void onSubscribe​(String channel)
        Description copied from interface: StatusListener
        Executes then Redisson successfully subscribed to channel. Invoked during re-connection or failover process
        Specified by:
        onSubscribe in interface StatusListener
        Parameters:
        channel - to subscribe
      • onUnsubscribe

        public void onUnsubscribe​(String channel)
        Description copied from interface: StatusListener
        Executes then Redisson successfully unsubscribed from channel.
        Specified by:
        onUnsubscribe in interface StatusListener
        Parameters:
        channel - to unsubscribe