Interface SuspendedBatch
- All Known Subinterfaces:
ContextualSuspendedBatch,TransactionalSuspendedBatch
- All Known Implementing Classes:
DefaultTransactionalBatch,SimpleContextualBatch
public interface SuspendedBatch
A suspended batch.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionresume()Resumes this batch.Resumes this batch untilContext.close().
-
Method Details
-
resume
Batch resume()Resumes this batch.- Returns:
- the resumed batch.
-
resumeWithContext
Resumes this batch untilContext.close().- Returns:
- a resumed batch context
-