Uses of Interface
org.cometd.bayeux.server.ServerChannel.MessageListener
Packages that use ServerChannel.MessageListener
-
Uses of ServerChannel.MessageListener in org.cometd.oort
Classes in org.cometd.oort that implement ServerChannel.MessageListenerModifier and TypeClassDescriptionprotected classThis listener handles messages sent to/oort/cloudthat contains the list of comets connected to the Oort that just joined the cloud.classA distributed counter service to be deployed on a Oort cluster that modifies alongvalue hosted in a "primary" node.classOortPrimaryService<R,C> OortPrimaryServiceextendsOortServiceto allow applications to perform actions on entities that always live in a "primary" node.classOortService<R,C> AnOortServiceallows applications to forward actions to Oort nodes that own the entity onto which the action should be applied. -
Uses of ServerChannel.MessageListener in org.cometd.server.filter
Classes in org.cometd.server.filter that implement ServerChannel.MessageListenerModifier and TypeClassDescriptionclassA MessageListener that applies DataFilters to the received messages.