Class RedisProxyListener

java.lang.Object
net.flectone.pulse.listener.proxy.RedisProxyListener
All Implemented Interfaces:
io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>

public class RedisProxyListener extends Object implements io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>
  • Constructor Details

  • Method Details

    • message

      public void message(byte[] channel, byte[] message)
      Specified by:
      message in interface io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>
    • message

      public void message(byte[] bytes, byte[] k1, byte[] bytes2)
      Specified by:
      message in interface io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>
    • subscribed

      public void subscribed(byte[] bytes, long l)
      Specified by:
      subscribed in interface io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>
    • psubscribed

      public void psubscribed(byte[] bytes, long l)
      Specified by:
      psubscribed in interface io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>
    • unsubscribed

      public void unsubscribed(byte[] bytes, long l)
      Specified by:
      unsubscribed in interface io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>
    • punsubscribed

      public void punsubscribed(byte[] bytes, long l)
      Specified by:
      punsubscribed in interface io.lettuce.core.pubsub.RedisPubSubListener<byte[],byte[]>