Class WorkerPoolConfiguration


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

      • WorkerPoolConfiguration

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

      • getWorkerPoolCoreSize

        public int getWorkerPoolCoreSize()
      • getWorkerPoolSizeMax

        public int getWorkerPoolSizeMax()
      • getWorkerPoolThreadKeepAliveSec

        public int getWorkerPoolThreadKeepAliveSec()
      • getThreadGroupID

        public String getThreadGroupID()
      • getThreadID

        public String getThreadID()
      • getWorkerPoolQueuLength

        public int getWorkerPoolQueuLength()