ExecControllerSpec.EventLoopSpec |
ExecControllerSpec.EventLoopSpec.eventLoopGroup(BiFunction<Integer,ThreadFactory,io.netty.channel.EventLoopGroup> eventLoopGroupFactory) |
Specify a factory that generates Netty EventLoopGroup instances with the arguments.
|
ExecControllerSpec.EventLoopSpec |
ExecControllerSpec.EventLoopSpec.prefix(String prefix) |
Specify the thread prefix to utilize when constructing new threads from this group.
|
ExecControllerSpec.EventLoopSpec |
ExecControllerSpec.EventLoopSpec.priority(int priority) |
Specify the thread priority for threads created by this group.
|
ExecControllerSpec.EventLoopSpec |
ExecControllerSpec.EventLoopSpec.threads(int threads) |
Specify the number of threads for this group.
|