Interface ThreadedWorkQueue.BatchWorker<WW>
-
- Type Parameters:
WW-
- Enclosing class:
- ThreadedWorkQueue<W>
public static interface ThreadedWorkQueue.BatchWorker<WW>Callback class, think of it as a Runnable with an argument that is aCollection.- Author:
- cschanck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(java.util.Collection<? extends WW> collection)Process a batch of work.
-
-
-
Method Detail
-
process
void process(java.util.Collection<? extends WW> collection)
Process a batch of work.- Parameters:
collection-
-
-