Uses of Class
com.github.ddth.pubsub.impl.RedisPubSubHub
-
Packages that use RedisPubSubHub Package Description com.github.ddth.pubsub.impl com.github.ddth.pubsub.impl.universal.idint com.github.ddth.pubsub.impl.universal.idstr -
-
Uses of RedisPubSubHub in com.github.ddth.pubsub.impl
Methods in com.github.ddth.pubsub.impl that return RedisPubSubHub Modifier and Type Method Description RedisPubSubHub<ID,DATA>RedisPubSubHub. init()Init method.RedisPubSubHub<ID,DATA>RedisPubSubHub. setRedisHostAndPort(String redisHostAndPort)Redis' host and port scheme (formathost:port). -
Uses of RedisPubSubHub in com.github.ddth.pubsub.impl.universal.idint
Subclasses of RedisPubSubHub in com.github.ddth.pubsub.impl.universal.idint Modifier and Type Class Description classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub. -
Uses of RedisPubSubHub in com.github.ddth.pubsub.impl.universal.idstr
Subclasses of RedisPubSubHub in com.github.ddth.pubsub.impl.universal.idstr Modifier and Type Class Description classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub.
-