public interface VertxThreadFactory extends VertxServiceProvider
Modifier and Type | Field and Description |
---|---|
static VertxThreadFactory |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
default void |
init(io.vertx.core.impl.VertxBuilder builder)
Let the provider initialize the Vert.x builder.
|
default io.vertx.core.impl.VertxThread |
newVertxThread(Runnable target,
String name,
boolean worker,
long maxExecTime,
TimeUnit maxExecTimeUnit) |
static final VertxThreadFactory INSTANCE
default void init(io.vertx.core.impl.VertxBuilder builder)
VertxServiceProvider
init
in interface VertxServiceProvider
builder
- the builderCopyright © 2022 Eclipse. All rights reserved.