Interface SuspendedBatch
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
-
resumeWithContext
BatchContext<Batch> resumeWithContext()Resumes this batch untilContext.close().- Returns:
- a resumed batch context
-