Interface WorkerFactory<W extends Worker<T>,​T>

    • Method Detail

      • createWorker

        W createWorker​(WorkQueue<T> workQueue)