Uses of Interface
com.github.ddth.pubsub.IPubSubHub
-
Packages that use IPubSubHub Package Description com.github.ddth.pubsub.impl com.github.ddth.pubsub.impl.universal.idint com.github.ddth.pubsub.impl.universal.idstr -
-
Uses of IPubSubHub in com.github.ddth.pubsub.impl
Classes in com.github.ddth.pubsub.impl that implement IPubSubHub Modifier and Type Class Description classAbstractPubSubHub<ID,DATA>Abstract implementation ofIPubSubHub.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. -
Uses of IPubSubHub in com.github.ddth.pubsub.impl.universal.idint
Classes in com.github.ddth.pubsub.impl.universal.idint that implement IPubSubHub Modifier and Type Class Description classUniversalInmemPubSubHubUniversal in-memory implementation ofIPubSubHub.classUniversalMongodbPubSubHubUniversal MongoDB implementation ofIPubSubHub.classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub. -
Uses of IPubSubHub in com.github.ddth.pubsub.impl.universal.idstr
Classes in com.github.ddth.pubsub.impl.universal.idstr that implement IPubSubHub Modifier and Type Class Description classUniversalInmemPubSubHubUniversal in-memory implementation ofIPubSubHub.classUniversalMongodbPubSubHubUniversal MongoDB implementation ofIPubSubHub.classUniversalRedisPubSubHubUniversal Redis implementation ofIPubSubHub.
-