public class VertXsKt
@NotNull public static io.vertx.core.VertxOptions getDefaultVertxOptions()
default vert.x options in Tock.
public static void setDefaultVertxOptions(@NotNull
io.vertx.core.VertxOptions p)
default vert.x options in Tock.
@NotNull public static io.vertx.core.Vertx getVertx()
The Tock Vertx entry point instance.
public static <T> void blocking(@NotNull
io.vertx.core.Vertx $this$blocking,
@NotNull
kotlin.jvm.functions.Function1<? super io.vertx.core.Promise<T>,kotlin.Unit> blockingHandler,
@NotNull
kotlin.jvm.functions.Function1<? super io.vertx.core.AsyncResult<T>,kotlin.Unit> resultHandler)
Execute a blocking task (with ordered false).
@NotNull
public static io.vertx.ext.web.Route blocking(@NotNull
io.vertx.ext.web.Route $this$blocking,
@NotNull
kotlin.jvm.functions.Function1<? super io.vertx.ext.web.RoutingContext,kotlin.Unit> handler)
Execute a blocking handler on route (with ordered false).