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 classCacheServiceImpl.AbstractCachePubSubInvalidatorprotected classCacheServiceImpl.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 classDBSPubSubInvalidatorPubSub 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 classVCSPubSubInvalidatorPubSub 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 classClusterActionPubSubDeprecated.since 2023.0, useClusterActionServiceinstead -
Uses of AbstractPubSubBroker in org.nuxeo.elasticsearch.core
Subclasses of AbstractPubSubBroker in org.nuxeo.elasticsearch.core Modifier and Type Class Description classElasticSearchAdminImpl.ReindexingPubSub -
Uses of AbstractPubSubBroker in org.nuxeo.runtime.migration
Subclasses of AbstractPubSubBroker in org.nuxeo.runtime.migration Modifier and Type Class Description classMigrationServiceImpl.MigrationInvalidator -
Uses of AbstractPubSubBroker in org.nuxeo.runtime.pubsub
Subclasses of AbstractPubSubBroker in org.nuxeo.runtime.pubsub Modifier and Type Class Description classAbstractPubSubInvalidationsAccumulator<T extends SerializableAccumulableInvalidations>Encapsulates invalidations management through thePubSubService.classClusterActionServiceImpl.ClusterActionPubSubPubSub 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 classTemplateProcessorComponent.TemplateProcessorInvalidator -
Uses of AbstractPubSubBroker in org.nuxeo.wopi
Subclasses of AbstractPubSubBroker in org.nuxeo.wopi Modifier and Type Class Description classWOPIServiceImpl.WOPIDiscoveryInvalidator
-