public interface ClusterManager
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shutdown the cluster manager and release all resources.
|
SubsMap |
getSubsMap(java.lang.String name)
Every eventbus handler has an ID.
|
SubsMap getSubsMap(java.lang.String name)
name - A unique name by which the the MultiMap can be identified within the cluster.void close()