Class TNESubscriber

java.lang.Object
redis.clients.jedis.JedisPubSubBase<byte[]>
redis.clients.jedis.BinaryJedisPubSub
net.tnemc.plugincore.core.io.redis.TNESubscriber

public class TNESubscriber extends redis.clients.jedis.BinaryJedisPubSub
TNESubscriber
Since:
0.1.2.0
Author:
creatorfromhell
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(byte[] channel, byte[] message)
     

    Methods inherited from class redis.clients.jedis.JedisPubSubBase

    getSubscribedChannels, isSubscribed, onPMessage, onPong, onPSubscribe, onPUnsubscribe, onSubscribe, onUnsubscribe, ping, ping, proceed, proceedWithPatterns, psubscribe, punsubscribe, punsubscribe, subscribe, unsubscribe, unsubscribe

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onMessage

      public void onMessage(byte[] channel, byte[] message)
      Overrides:
      onMessage in class redis.clients.jedis.JedisPubSubBase<byte[]>