Package | Description |
---|---|
io.vertx.rxjava.core.shareddata |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.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 an asynchronous counter.
|
Single<Counter> |
SharedData.rxGetLocalCounter(String name)
Get an asynchronous local counter.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedData.getCounter(String name,
Handler<AsyncResult<Counter>> resultHandler)
Get an asynchronous counter.
|
void |
SharedData.getLocalCounter(String name,
Handler<AsyncResult<Counter>> resultHandler)
Get an asynchronous local counter.
|
Copyright © 2021 Eclipse. All rights reserved.