All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.zuul.netty.server.EventLoopConfig Maven / Gradle / Ivy

package com.netflix.zuul.netty.server;

public interface EventLoopConfig
{
    int eventLoopCount();

    int acceptorCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy