public interface WorkerPool<E extends Worker>
WorkerPool
is responsible to hand of Worker
's on demandModifier and Type | Method and Description |
---|---|
E |
nextWorker()
Return the next
Worker to use |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.