vertx / io.vertx.reactivex.core / Future / rxSetHandler

rxSetHandler

open fun rxSetHandler(): Single<T>

Set a handler for the result.

If the future has already been completed it will be called immediately. Otherwise it will be called when the future is completed.

Return