Uses of Interface
org.nuxeo.runtime.pubsub.PubSubProvider
-
Packages that use PubSubProvider Package Description org.nuxeo.ecm.core.redis.contribs org.nuxeo.runtime.pubsub -
-
Uses of PubSubProvider in org.nuxeo.ecm.core.redis.contribs
Classes in org.nuxeo.ecm.core.redis.contribs that implement PubSubProvider Modifier and Type Class Description class
RedisPubSubProvider
Redis implementation ofPubSubProvider
. -
Uses of PubSubProvider in org.nuxeo.runtime.pubsub
Classes in org.nuxeo.runtime.pubsub that implement PubSubProvider Modifier and Type Class Description class
AbstractPubSubProvider
Abstract implementation ofPubSubProvider
.class
MemPubSubProvider
In-Memory implementation ofPubSubProvider
.class
StreamPubSubProvider
A Pub/Sub provider based on Nuxeo Stream.Fields in org.nuxeo.runtime.pubsub declared as PubSubProvider Modifier and Type Field Description protected PubSubProvider
PubSubServiceImpl. provider
The currently-configured provider.Fields in org.nuxeo.runtime.pubsub with type parameters of type PubSubProvider Modifier and Type Field Description Class<? extends PubSubProvider>
PubSubProviderDescriptor. klass
-