| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.interfaces.v2 | |
| com.amazonaws.services.kinesis.clientlibrary.types |
| Modifier and Type | Method and Description |
|---|---|
void |
IRecordProcessor.processRecords(ProcessRecordsInput processRecordsInput)
Process data records.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessRecordsInput |
ProcessRecordsInput.withCheckpointer(IRecordProcessorCheckpointer checkpointer)
Set Checkpointer.
|
ProcessRecordsInput |
ProcessRecordsInput.withMillisBehindLatest(Long millisBehindLatest)
Set milliseconds behind latest.
|
ProcessRecordsInput |
ProcessRecordsInput.withRecords(List<com.amazonaws.services.kinesis.model.Record> records)
Set records.
|
Copyright © 2016. All rights reserved.