-
-
Method Summary
default void
init(io.vertx.core.internal.VertxBootstrap builder)
Let the provider initialize the Vert.x builder.
default io.vertx.core.impl.VertxThread
-
-
Method Details
-
init
default void init(io.vertx.core.internal.VertxBootstrap builder)
Let the provider initialize the Vert.x builder.
- Specified by:
init in interface VertxServiceProvider
- Parameters:
builder - the builder
-
newVertxThread
default io.vertx.core.impl.VertxThread newVertxThread(Runnable target,
String name,
boolean worker,
long maxExecTime,
TimeUnit maxExecTimeUnit)