Uses of Class
io.vertx.rxjava3.core.Context
Packages that use Context
-
Uses of Context in io.vertx.rxjava3.core
Fields in io.vertx.rxjava3.core with type parameters of type ContextModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<Context> Context.__TYPE_ARGMethods in io.vertx.rxjava3.core that return ContextModifier and TypeMethodDescriptionstatic ContextVertx.currentContext()Gets the current contextContext.exceptionHandler(Handler<Throwable> handler) Set an exception handler called when the context runs an action throwing an uncaught throwable.Vertx.getOrCreateContext()Gets the current context, or creates one if there isn't onestatic ContextContext.newInstance(Context arg) Methods in io.vertx.rxjava3.core with parameters of type Context