Package | Description |
---|---|
io.vertx.rx.java |
Modifier and Type | Method and Description |
---|---|
static <T> ObservableHandler<T> |
RxHelper.observableHandler()
|
static <T> ObservableHandler<T> |
RxHelper.observableHandler(boolean multi)
Create a new
ObservableHandler<T> object: an Observable implementation
implementing Handler<T> .
When parameter is false and the event handler completes, the observable
will produce the event and complete immediatly after, as a single event is expected. |
Copyright © 2021 Eclipse. All rights reserved.