Package akka.dispatch
Interface Batchable
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
TaskInvocation
public interface Batchable extends java.lang.Runnable
INTERNAL APIAll Batchables are automatically batched when submitted to a BatchingExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isBatchable()
-