Package | Description |
---|---|
io.vertx.rxjava.core.shareddata |
Modifier and Type | Method and Description |
---|---|
static <K,V> AsyncMap |
AsyncMap.newInstance(AsyncMap arg) |
Modifier and Type | Method and Description |
---|---|
<K,V> Observable<AsyncMap<K,V>> |
SharedData.getClusterWideMapObservable(String name)
Get the cluster wide map with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
SharedData.getClusterWideMap(String name,
Handler<AsyncResult<AsyncMap<K,V>>> resultHandler)
Get the cluster wide map with the specified name.
|
Copyright © 2016. All rights reserved.