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 classRedisPubSubProviderRedis implementation ofPubSubProvider. -
Uses of PubSubProvider in org.nuxeo.runtime.pubsub
Classes in org.nuxeo.runtime.pubsub that implement PubSubProvider Modifier and Type Class Description classAbstractPubSubProviderAbstract implementation ofPubSubProvider.classMemPubSubProviderIn-Memory implementation ofPubSubProvider.classStreamPubSubProviderA Pub/Sub provider based on Nuxeo Stream.Fields in org.nuxeo.runtime.pubsub declared as PubSubProvider Modifier and Type Field Description protected PubSubProviderPubSubServiceImpl. providerThe 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
-