Uses of Class
io.vertx.rxjava3.core.Context
-
Packages that use Context Package Description io.vertx.rxjava3.core -
-
Uses of Context in io.vertx.rxjava3.core
Fields in io.vertx.rxjava3.core with type parameters of type Context Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Context>
Context. __TYPE_ARG
Methods in io.vertx.rxjava3.core that return Context Modifier and Type Method Description static Context
Vertx. currentContext()
Gets the current contextContext
Context. exceptionHandler(Handler<Throwable> handler)
Set an exception handler called when the context runs an action throwing an uncaught throwable.Context
Vertx. getOrCreateContext()
Gets the current context, or creates one if there isn't onestatic Context
Context. newInstance(Context arg)
Methods in io.vertx.rxjava3.core with parameters of type Context Modifier and Type Method Description static Scheduler
RxHelper. scheduler(Context context)
Create a scheduler for aContext
, actions are executed on the event loop of this context.
-