Uses of Class
com.github.ddth.pubsub.impl.AbstractPubSubHub
-
Packages that use AbstractPubSubHub Package Description com.github.ddth.pubsub.impl com.github.ddth.pubsub.impl.universal.idint com.github.ddth.pubsub.impl.universal.idstr -
-
Uses of AbstractPubSubHub in com.github.ddth.pubsub.impl
Subclasses of AbstractPubSubHub in com.github.ddth.pubsub.impl Modifier and Type Class Description classBaseRedisPubSubHub<ID,DATA>Base Redis implementation ofIPubSubHub.classInmemPubSubHub<ID,DATA>In-memory implementation ofIPubSubHub.classMongodbPubSubHub<ID,DATA>(Experimental) MongoDB implementation ofIPubSubHub.classRedisPubSubHub<ID,DATA>Redis implementation ofIPubSubHub.Methods in com.github.ddth.pubsub.impl that return AbstractPubSubHub Modifier and Type Method Description AbstractPubSubHub<ID,DATA>AbstractPubSubHub. init()Initializing method.AbstractPubSubHub<ID,DATA>AbstractPubSubHub. setMessageFactory(IMessageFactory<ID,DATA> messageFactory)Factory to create messages.AbstractPubSubHub<ID,DATA>AbstractPubSubHub. setSerDeser(com.github.ddth.commons.serialization.ISerDeser serDeser)Message serializer/deserializer. -
Uses of AbstractPubSubHub in com.github.ddth.pubsub.impl.universal.idint
Subclasses of AbstractPubSubHub in com.github.ddth.pubsub.impl.universal.idint Modifier and Type Class Description classUniversalInmemPubSubHubUniversal in-memory implementation ofIPubSubHub.classUniversalMongodbPubSubHubUniversal MongoDB implementation ofIPubSubHub.classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub. -
Uses of AbstractPubSubHub in com.github.ddth.pubsub.impl.universal.idstr
Subclasses of AbstractPubSubHub in com.github.ddth.pubsub.impl.universal.idstr Modifier and Type Class Description classUniversalInmemPubSubHubUniversal in-memory implementation ofIPubSubHub.classUniversalMongodbPubSubHubUniversal MongoDB implementation ofIPubSubHub.classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub.
-