Interface BatchedWork<P>
-
- Type Parameters:
P
- The type of processor this work can be submitted to.
public interface BatchedWork<P>
A work ready to be submitted to aBatchingExecutor
, and eventually processed in a batch by aBatchedWorkProcessor
.- See Also:
BatchingExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
markAsFailed(Throwable t)
void
submitTo(P processor)
-