Package org.burningwave.graph
Interface ListenableContext
- All Known Subinterfaces:
Context
- All Known Implementing Classes:
Context.Abst,Context.Simple
public interface ListenableContext
-
Method Summary
Modifier and Type Method Description <V> VwaitForPut(Object key, Predicate<V> predicate, int... timeout)<V> VwaitForRemove(Object key, Predicate<V> predicate, int... timeout)
-
Method Details
-
waitForPut
- Throws:
InterruptedException
-
waitForRemove
<V> V waitForRemove(Object key, Predicate<V> predicate, int... timeout) throws InterruptedException- Throws:
InterruptedException
-