Class NettyThreadFactory

java.lang.Object
io.micronaut.http.netty.channel.NettyThreadFactory

@Singleton @Factory public class NettyThreadFactory extends Object
The Default thread factory the Netty NioEventLoopGroup will use within Micronaut to create threads.
Since:
1.0
Author:
graemerocher
  • Field Details

    • NAME

      public static final String NAME
      Name for Netty thread factory.
      See Also:
    • DEFAULT_EVENT_LOOP_THREADS

      public static final int DEFAULT_EVENT_LOOP_THREADS
      Constant with the default threads in the event loop.
  • Constructor Details

    • NettyThreadFactory

      public NettyThreadFactory()
  • Method Details

    • nettyThreadFactory

      @Singleton @Named("netty") protected ThreadFactory nettyThreadFactory()
      Constructs the default thread factory used by the HTTP client.
      Returns:
      The thread factory