Package | Description |
---|---|
io.vertx.reactivex.core.shareddata |
Modifier and Type | Field and Description |
---|---|
static TypeArg<Counter> |
Counter.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Counter |
Counter.newInstance(Counter arg) |
Modifier and Type | Method and Description |
---|---|
Single<Counter> |
SharedData.rxGetCounter(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 © 2017. All rights reserved.