Package org.infinispan.util.concurrent
Interface BlockingRunnable
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
BaseBlockingRunnable,DefaultTopologyRunnable
public interface BlockingRunnable extends Runnable
A special Runnable that is only sent to a thread when it is ready to be executed without blocking the thread Used inorg.infinispan.util.concurrent.BlockingTaskAwareExecutorService- Since:
- 5.3
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisReady()
-