Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.server.cluster
Interface ClusteringProvider

All Known Implementing Classes:
JGroupsClusteringProvider, NoopClusteringProvider

public interface ClusteringProvider

Author:
Mike Brock

Method Summary
 void clusterTransmit(String sessionId, String subject, String messageId)
          Sends an asynchronous message to the cluster to find if any of the clustered buses are aware of the specified session and subject.
 void clusterTransmitGlobal(Message message)
          Advertises a global message to the entire cluster.
 

Method Detail

clusterTransmit

void clusterTransmit(String sessionId,
                     String subject,
                     String messageId)
Sends an asynchronous message to the cluster to find if any of the clustered buses are aware of the specified session and subject.

Parameters:
sessionId - the session ID requested.
subject - the subject requested.

clusterTransmitGlobal

void clusterTransmitGlobal(Message message)
Advertises a global message to the entire cluster.

Parameters:
message -

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.