Package io.quarkus.netty.runtime
Class NettyRecorder
- java.lang.Object
-
- io.quarkus.netty.runtime.NettyRecorder
-
public class NettyRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description NettyRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Supplier<io.netty.channel.EventLoopGroup>
createEventLoop(int nThreads)
void
eagerlyInitChannelId()
-
-
-
Method Detail
-
eagerlyInitChannelId
public void eagerlyInitChannelId()
-
createEventLoop
public Supplier<io.netty.channel.EventLoopGroup> createEventLoop(int nThreads)
-
-