Uses of Class
io.vertx.mutiny.core.Context
-
Packages that use Context Package Description io.smallrye.mutiny.vertx.core io.vertx.mutiny.core -
-
Uses of Context in io.smallrye.mutiny.vertx.core
Methods in io.smallrye.mutiny.vertx.core with parameters of type Context Modifier and Type Method Description ScheduledExecutorServiceContextAwareScheduler.ContextCaptureStrategy. withContext(Context context)Actions will be run on an explicitContext. -
Uses of Context in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type Context Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<Context>Context. __TYPE_ARGMethods in io.vertx.mutiny.core that return Context Modifier and Type Method Description static ContextVertx. currentContext()ContextContext. exceptionHandler(Consumer<Throwable> handler)ContextVertx. getOrCreateContext()static ContextContext. newInstance(io.vertx.core.Context arg)
-