Uses of Class
org.nuxeo.runtime.pubsub.AbstractPubSubBroker
-
Packages that use AbstractPubSubBroker Package Description org.nuxeo.ecm.core.cache org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.restapi.server org.nuxeo.elasticsearch.core org.nuxeo.runtime.migration org.nuxeo.runtime.pubsub org.nuxeo.template.service org.nuxeo.wopi -
-
Uses of AbstractPubSubBroker in org.nuxeo.ecm.core.cache
Subclasses of AbstractPubSubBroker in org.nuxeo.ecm.core.cache Modifier and Type Class Description static class
CacheServiceImpl.AbstractCachePubSubInvalidator
protected class
CacheServiceImpl.CachePubSubInvalidator
-
Uses of AbstractPubSubBroker in org.nuxeo.ecm.core.storage.dbs
Subclasses of AbstractPubSubBroker in org.nuxeo.ecm.core.storage.dbs Modifier and Type Class Description class
DBSPubSubInvalidator
PubSub implementation ofDBSClusterInvalidator
. -
Uses of AbstractPubSubBroker in org.nuxeo.ecm.core.storage.sql
Subclasses of AbstractPubSubBroker in org.nuxeo.ecm.core.storage.sql Modifier and Type Class Description class
VCSPubSubInvalidator
PubSub implementation of the VCSVCSClusterInvalidator
. -
Uses of AbstractPubSubBroker in org.nuxeo.ecm.restapi.server
Subclasses of AbstractPubSubBroker in org.nuxeo.ecm.restapi.server Modifier and Type Class Description class
ClusterActionPubSub
Deprecated.since 2023.0, useClusterActionService
instead -
Uses of AbstractPubSubBroker in org.nuxeo.elasticsearch.core
Subclasses of AbstractPubSubBroker in org.nuxeo.elasticsearch.core Modifier and Type Class Description class
ElasticSearchAdminImpl.ReindexingPubSub
-
Uses of AbstractPubSubBroker in org.nuxeo.runtime.migration
Subclasses of AbstractPubSubBroker in org.nuxeo.runtime.migration Modifier and Type Class Description class
MigrationServiceImpl.MigrationInvalidator
-
Uses of AbstractPubSubBroker in org.nuxeo.runtime.pubsub
Subclasses of AbstractPubSubBroker in org.nuxeo.runtime.pubsub Modifier and Type Class Description class
AbstractPubSubInvalidationsAccumulator<T extends SerializableAccumulableInvalidations>
Encapsulates invalidations management through thePubSubService
.class
ClusterActionServiceImpl.ClusterActionPubSub
PubSub to propagate an action to all nodes in the cluster. -
Uses of AbstractPubSubBroker in org.nuxeo.template.service
Subclasses of AbstractPubSubBroker in org.nuxeo.template.service Modifier and Type Class Description class
TemplateProcessorComponent.TemplateProcessorInvalidator
-
Uses of AbstractPubSubBroker in org.nuxeo.wopi
Subclasses of AbstractPubSubBroker in org.nuxeo.wopi Modifier and Type Class Description class
WOPIServiceImpl.WOPIDiscoveryInvalidator
-