public interface VertxThreadFactoryProvider
VertxThreadFactory
instances.Modifier and Type | Method and Description |
---|---|
io.vertx.core.impl.VertxThreadFactory |
createVertxThreadFactory(String prefix,
io.vertx.core.impl.BlockedThreadChecker checker,
boolean worker,
long maxExecTime,
TimeUnit maxExecTimeUnit)
Creates a new
VertxThreadFactory with the following parameters. |
io.vertx.core.impl.VertxThreadFactory createVertxThreadFactory(String prefix, io.vertx.core.impl.BlockedThreadChecker checker, boolean worker, long maxExecTime, TimeUnit maxExecTimeUnit)
VertxThreadFactory
with the following parameters.prefix
- The prefix to be used for the thread namechecker
- The implementation which checks about blocked threadsworker
- Whether or not the threads created by the returned factory is a worker threadmaxExecTime
- The max execute time of the created threadsmaxExecTimeUnit
- The time unit of the value of the max execute time of the created threadsCopyright © 2023 Eclipse. All rights reserved.