| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.interfaces.v2 | |
| com.amazonaws.services.kinesis.clientlibrary.types | |
| com.amazonaws.services.kinesis.multilang |
This package provides a KCL application which implements the multi language protocol.
|
| com.amazonaws.services.kinesis.multilang.messages |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiLangRecordProcessor.processRecords(ProcessRecordsInput processRecordsInput) |
| Constructor and Description |
|---|
ProcessRecordsMessage(ProcessRecordsInput processRecordsInput)
Convenience constructor.
|
Copyright © 2016. All rights reserved.