Package | Description |
---|---|
io.vertx.rxjava.core.shareddata |
Modifier and Type | Method and Description |
---|---|
static Counter |
Counter.newInstance(Counter arg) |
Modifier and Type | Method and Description |
---|---|
rx.Observable<Counter> |
SharedData.getCounterObservable(String name)
Get a cluster wide counter.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedData.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler)
Get a cluster wide counter.
|
Copyright © 2015. All Rights Reserved.