Class WorkerPoolConfiguration

java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.http.config.WorkerPoolConfiguration

public class WorkerPoolConfiguration extends Object
Wrapping class for Inbound Worker Pool Configs
  • Constructor Details

    • WorkerPoolConfiguration

      public WorkerPoolConfiguration(String workerPoolCoreSize, String workerPoolSizeMax, String workerPoolThreadKeepAliveSec, String workerPoolQueuLength, String threadGroupID, String threadID)
  • Method Details

    • getWorkerPoolCoreSize

      public int getWorkerPoolCoreSize()
    • getWorkerPoolSizeMax

      public int getWorkerPoolSizeMax()
    • getWorkerPoolThreadKeepAliveSec

      public int getWorkerPoolThreadKeepAliveSec()
    • getThreadGroupID

      public String getThreadGroupID()
    • getThreadID

      public String getThreadID()
    • getWorkerPoolQueuLength

      public int getWorkerPoolQueuLength()