public final class EventLoopSupplierBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
| Constructor and Description |
|---|
EventLoopSupplierBuildItem(Supplier<io.netty.channel.EventLoopGroup> mainSupplier,
Supplier<io.netty.channel.EventLoopGroup> bossSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<io.netty.channel.EventLoopGroup> |
getBossSupplier() |
Supplier<io.netty.channel.EventLoopGroup> |
getMainSupplier() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.