Class EventLoopGroupBuildItem


  • public final class EventLoopGroupBuildItem
    extends io.quarkus.builder.item.SimpleBuildItem
    Provides suppliers that return EventLoopGroup used by the application. See EventLoopSupplierBuildItem to register custom EventLoopGroup
    • Constructor Detail

      • EventLoopGroupBuildItem

        public EventLoopGroupBuildItem​(Supplier<io.netty.channel.EventLoopGroup> boss,
                                       Supplier<io.netty.channel.EventLoopGroup> main)
    • Method Detail

      • getBossEventLoopGroup

        public Supplier<io.netty.channel.EventLoopGroup> getBossEventLoopGroup()
      • getMainEventLoopGroup

        public Supplier<io.netty.channel.EventLoopGroup> getMainEventLoopGroup()