Interface WorkerPool<E extends Worker>

All Superinterfaces:
NioSelectorPool
All Known Implementing Classes:
AbstractNioWorkerPool, NioDatagramWorkerPool, NioWorkerPool, ShareableWorkerPool

public interface WorkerPool<E extends Worker> extends NioSelectorPool
The WorkerPool is responsible to hand of Worker's on demand
  • Method Details

    • nextWorker

      E nextWorker()
      Return the next Worker to use
      Returns:
      worker