Interface ContextualSuspendedBatch
- All Superinterfaces:
Contextual, SuspendedBatch
- All Known Subinterfaces:
TransactionalSuspendedBatch
- All Known Implementing Classes:
DefaultTransactionalBatch, SimpleContextualBatch
A contextual suspended batch.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface Contextual
attach, getNameMethods inherited from interface SuspendedBatch
resumeWithContext
-
Method Details
-
resume
ContextualBatch resume()Description copied from interface:SuspendedBatchResumes this batch.- Specified by:
resumein interfaceSuspendedBatch- Returns:
- the resumed batch.
-