Package org.nuxeo.runtime.pubsub
-
Interface Summary Interface Description ClusterActionService PubSubProvider The SPI of a Publish/Subscribe implementation of thePubSubService
.PubSubService Publish/Subscribe Service.SerializableAccumulableInvalidations Generic interface for serializable invalidations.SerializableMessage Generic interface for a serializable message. -
Class Summary Class Description AbstractPubSubBroker<T extends SerializableMessage> Encapsulates message sending and receiving through thePubSubService
.AbstractPubSubInvalidationsAccumulator<T extends SerializableAccumulableInvalidations> Encapsulates invalidations management through thePubSubService
.AbstractPubSubProvider Abstract implementation ofPubSubProvider
.ClusterActionMessage An action that needs to be propagated to all nodes in the cluster.ClusterActionServiceImpl MemPubSubProvider In-Memory implementation ofPubSubProvider
.PubSubProviderDescriptor Descriptor for aPubSubProvider
implementation.PubSubServiceImpl Implementation for the Publish/Subscribe Service.StreamPubSubProvider A Pub/Sub provider based on Nuxeo Stream.