| Package | Description | 
|---|---|
| io.vertx.core.spi.cluster | |
| io.vertx.ext.cluster.infinispan | |
| io.vertx.spi.cluster.hazelcast | |
| io.vertx.spi.cluster.ignite | |
| io.vertx.spi.cluster.zookeeper | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> void | 
ClusterManager.getAsyncMultiMap(String name,
                Handler<AsyncResult<AsyncMultiMap<K,V>>> resultHandler)
Return an async multi-map for the given name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> void | 
InfinispanClusterManager.getAsyncMultiMap(String name,
                Handler<AsyncResult<AsyncMultiMap<K,V>>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> void | 
HazelcastClusterManager.getAsyncMultiMap(String name,
                Handler<AsyncResult<AsyncMultiMap<K,V>>> resultHandler)
Every eventbus handler has an ID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> void | 
IgniteClusterManager.getAsyncMultiMap(String name,
                Handler<AsyncResult<AsyncMultiMap<K,V>>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> void | 
ZookeeperClusterManager.getAsyncMultiMap(String name,
                Handler<AsyncResult<AsyncMultiMap<K,V>>> handler)
Every eventbus handler has an ID. 
 | 
Copyright © 2020 Eclipse. All rights reserved.