Uses of Class
io.vertx.mutiny.core.Context
Packages that use Context
-
Uses of Context in io.smallrye.mutiny.vertx.core
Methods in io.smallrye.mutiny.vertx.core with parameters of type ContextModifier and TypeMethodDescriptionContextAwareScheduler.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 ContextMethods in io.vertx.mutiny.core that return ContextModifier and TypeMethodDescriptionstatic ContextVertx.currentContext()Gets the current contextContext.exceptionHandler(Consumer<Throwable> handler) Set an exception handler called when the context runs an action throwing an uncaught throwable.<T> ContextContext.executeBlockingAndForget(Callable<T> blockingCodeHandler) InvokeexecuteBlocking(Callable, boolean)with order = true.<T> ContextContext.executeBlockingAndForget(Callable<T> blockingCodeHandler, boolean ordered) Safely execute some blocking code.Vertx.getOrCreateContext()Gets the current context, or creates one if there isn't onestatic ContextContext.newInstance(io.vertx.core.Context delegate) Creates a new instance of theContext.