Package de.hybris.platform.util
Interface WorkerValueQueue.ExecuteOnTaken<E>
-
- Enclosing interface:
- WorkerValueQueue<E>
public static interface WorkerValueQueue.ExecuteOnTaken<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectexecute(WorkerValueQueue<E> queue, java.util.List<E> taken)
-
-
-
Method Detail
-
execute
java.lang.Object execute(WorkerValueQueue<E> queue, java.util.List<E> taken)
- Returns:
- false to signal that waiting should be aborted
-
-