public interface Batcher<B extends Batch>
Modifier and Type | Method and Description |
---|---|
B |
createBatch()
Creates a batch.
|
BatchContext |
resumeBatch(B batch)
Resumes a batch.
|
B |
suspendBatch()
Suspends a batch.
|
B createBatch()
BatchContext resumeBatch(B batch)
batch
- an existing batchB suspendBatch()
Copyright © 2017 JBoss by Red Hat. All rights reserved.