public class VertxUtil extends Object
| Constructor and Description |
|---|
VertxUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
executeBlocking(io.vertx.core.Vertx vertx,
io.vertx.core.Handler<io.vertx.core.Future<T>> future,
boolean ordered,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> handler)
Equivalent to
Vertx.executeBlocking(Handler, boolean, Handler),
but preserves the MDC correctly. |
static <T> void |
executeBlocking(io.vertx.core.Vertx vertx,
io.vertx.core.Handler<io.vertx.core.Future<T>> future,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> handler)
Equivalent to
Vertx.executeBlocking(Handler, Handler),
but preserves the MDC correctly. |
public static <T> void executeBlocking(io.vertx.core.Vertx vertx,
io.vertx.core.Handler<io.vertx.core.Future<T>> future,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> handler)
Vertx.executeBlocking(Handler, Handler),
but preserves the MDC correctly.public static <T> void executeBlocking(io.vertx.core.Vertx vertx,
io.vertx.core.Handler<io.vertx.core.Future<T>> future,
boolean ordered,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> handler)
Vertx.executeBlocking(Handler, boolean, Handler),
but preserves the MDC correctly.Copyright © 2016. All rights reserved.