Class DefaultEventLoopConfig

java.lang.Object
com.netflix.zuul.netty.server.DefaultEventLoopConfig
All Implemented Interfaces:
EventLoopConfig

@Singleton public class DefaultEventLoopConfig extends Object implements EventLoopConfig
Event loop configuration for the Zuul server. By default, it configures a single acceptor thread with workers = logical cores available.
  • Constructor Details

    • DefaultEventLoopConfig

      public DefaultEventLoopConfig()
    • DefaultEventLoopConfig

      public DefaultEventLoopConfig(int eventLoopCount, int acceptorCount)
  • Method Details