Package org.jrd.agent
Interface AgentActionWorker.ListInjector<T>
-
- Enclosing class:
- AgentActionWorker
private static interface AgentActionWorker.ListInjector<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
inject(java.util.concurrent.BlockingQueue<T> target)
-
-
-
Method Detail
-
inject
void inject(java.util.concurrent.BlockingQueue<T> target) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-