Uses of Class
com.github.ddth.pubsub.impl.BaseRedisPubSubHub
-
Packages that use BaseRedisPubSubHub Package Description com.github.ddth.pubsub.impl com.github.ddth.pubsub.impl.universal.idint com.github.ddth.pubsub.impl.universal.idstr -
-
Uses of BaseRedisPubSubHub in com.github.ddth.pubsub.impl
Subclasses of BaseRedisPubSubHub in com.github.ddth.pubsub.impl Modifier and Type Class Description classRedisPubSubHub<ID,DATA>Redis implementation ofIPubSubHub.Methods in com.github.ddth.pubsub.impl that return BaseRedisPubSubHub Modifier and Type Method Description BaseRedisPubSubHub<ID,DATA>BaseRedisPubSubHub. init()Init method.BaseRedisPubSubHub<ID,DATA>BaseRedisPubSubHub. setJedisConnector(com.github.ddth.commons.redis.JedisConnector jedisConnector)Set the externalJedisConnectorto be used by this pubsub-hub.protected BaseRedisPubSubHub<ID,DATA>BaseRedisPubSubHub. setJedisConnector(com.github.ddth.commons.redis.JedisConnector jedisConnector, boolean setMyOwnRedis)Set the externalJedisConnectorto be used by this pubsub-hub.BaseRedisPubSubHub<ID,DATA>BaseRedisPubSubHub. setRedisPassword(String redisPassword)Password to connect to Redis. -
Uses of BaseRedisPubSubHub in com.github.ddth.pubsub.impl.universal.idint
Subclasses of BaseRedisPubSubHub in com.github.ddth.pubsub.impl.universal.idint Modifier and Type Class Description classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub. -
Uses of BaseRedisPubSubHub in com.github.ddth.pubsub.impl.universal.idstr
Subclasses of BaseRedisPubSubHub in com.github.ddth.pubsub.impl.universal.idstr Modifier and Type Class Description classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub.
-