akka.dispatch
Interface Batchable

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
TaskInvocation

public interface Batchable
extends java.lang.Runnable

All Batchables are automatically batched when submitted to a BatchingExecutor


Method Summary
 boolean isBatchable()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

isBatchable

boolean isBatchable()