Package de.hybris.platform.util
Interface WorkerValueQueue.ExecuteWhileWaiting<E>
-
- Enclosing interface:
- WorkerValueQueue<E>
public static interface WorkerValueQueue.ExecuteWhileWaiting<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute(WorkerValueQueue<E> queue, E value)
-
-
-
Method Detail
-
execute
boolean execute(WorkerValueQueue<E> queue, E value)
- Returns:
- false to signal that waiting should be aborted
-
-