public static interface Change.Source<B extends Change.Batch>
| Modifier and Type | Method and Description |
|---|---|
B |
firstBatch()
Fetch the first batch.
|
B |
nextBatch(B lastBatch)
Fetches the next batch after lastBatch.
|
B firstBatch() throws RetryableException
RetryableException - is the fetch fails in a retryable wayB nextBatch(B lastBatch) throws RetryableException
RetryableException - is the fetch fails in a retryable wayCopyright © 2016. All rights reserved.