| Package | Description |
|---|---|
| io.vertx.axle.core.shareddata |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<Counter> |
Counter.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static Counter |
Counter.newInstance(io.vertx.core.shareddata.Counter arg) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Counter> |
SharedData.getCounter(String name)
Get an asynchronous counter.
|
CompletionStage<Counter> |
SharedData.getLocalCounter(String name)
Get an asynchronous local counter.
|
Copyright © 2019 SmallRye. All rights reserved.