Package | Description |
---|---|
io.vertx.rxjava3.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 |
---|---|
io.reactivex.rxjava3.core.Single<Counter> |
SharedData.getCounter(String name)
Get an asynchronous counter.
|
io.reactivex.rxjava3.core.Single<Counter> |
SharedData.getLocalCounter(String name)
Get an asynchronous local counter.
|
io.reactivex.rxjava3.core.Single<Counter> |
SharedData.rxGetCounter(String name)
Get an asynchronous counter.
|
io.reactivex.rxjava3.core.Single<Counter> |
SharedData.rxGetLocalCounter(String name)
Get an asynchronous local counter.
|
Copyright © 2021 Eclipse. All rights reserved.