public interface ClusterSelector
| Modifier and Type | Method and Description |
|---|---|
Cluster |
selectCluster(EventListener eventListener)
Selects the cluster instance that the given
eventListener should be member of. |
Cluster selectCluster(EventListener eventListener)
eventListener should be member of. This may be an existing
(or pre-configured) cluster, as well as a newly created cluster.
When null is returned, this may cause the Event Listener not to be subscribed to any cluster at all.eventListener - the event listener to select a cluster forCopyright © 2010-2014. All Rights Reserved.