vertx / io.vertx.rxjava.core / RxHelper / schedulerHook

schedulerHook

open static fun schedulerHook(vertx: Vertx): RxJavaSchedulersHook

Create a scheduler hook for a io.vertx.rxjava.core.Vertx object.

Parameters

vertx - the vertx object

Return
the scheduler hook

open static fun schedulerHook(context: Context): RxJavaSchedulersHook

Create a scheduler hook for a io.vertx.rxjava.core.Context object.

Parameters

context - the context object

Return
the scheduler hook