Interface VertxThreadFactory
- All Superinterfaces:
VertxServiceProvider
- Author:
- Tim Fox
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidinit(io.vertx.core.internal.VertxBootstrap builder) Let the provider initialize the Vert.x builder.default io.vertx.core.impl.VertxThreadnewVertxThread(Runnable target, String name, boolean worker, long maxExecTime, TimeUnit maxExecTimeUnit)
-
Field Details
-
INSTANCE
-
-
Method Details
-
init
default void init(io.vertx.core.internal.VertxBootstrap builder) Description copied from interface:VertxServiceProviderLet the provider initialize the Vert.x builder.- Specified by:
initin interfaceVertxServiceProvider- Parameters:
builder- the builder
-
newVertxThread
-