public class HandlerAdapter<T> extends ObservableOnSubscribeAdapter<T> implements io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>
subRef
Constructor and Description |
---|
HandlerAdapter() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(io.vertx.core.AsyncResult<T> event) |
void |
handle(io.vertx.core.AsyncResult<T> event) |
void |
onSubscribed() |
protected void |
onUnsubscribed() |
call, fireComplete, fireError, fireNext, fireResult, getSubscriber
public void onSubscribed()
onSubscribed
in class ObservableOnSubscribeAdapter<T>
public void handle(io.vertx.core.AsyncResult<T> event)
handle
in interface io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>
protected void onUnsubscribed()
onUnsubscribed
in class ObservableOnSubscribeAdapter<T>
protected void dispatch(io.vertx.core.AsyncResult<T> event)
Copyright © 2021 Eclipse. All rights reserved.