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 |
---|---|
Observable<Counter> |
SharedData.getCounterObservable(String name)
Deprecated.
use
SharedData.rxGetCounter(java.lang.String) instead |
Observable<Counter> |
SharedData.getLocalCounterObservable(String name)
Deprecated.
use
SharedData.rxGetLocalCounter(java.lang.String) instead |
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 © 2023 Eclipse. All rights reserved.