| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRecordProcessor.shutdown(ShutdownInput shutdownInput)
Invoked by the Amazon Kinesis Client Library to indicate it will no longer send data records to this
RecordProcessor instance.
|
| Modifier and Type | Method and Description |
|---|---|
ShutdownInput |
ShutdownInput.withCheckpointer(IRecordProcessorCheckpointer checkpointer)
Set the checkpointer.
|
ShutdownInput |
ShutdownInput.withShutdownReason(ShutdownReason shutdownReason)
Set shutdown reason.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiLangRecordProcessor.shutdown(ShutdownInput shutdownInput) |
Copyright © 2018. All rights reserved.