| Modifier and Type | Method and Description |
|---|---|
void |
IRecordProcessor.processRecords(List<com.amazonaws.services.kinesis.model.Record> records,
IRecordProcessorCheckpointer checkpointer)
Process data records.
|
void |
IRecordProcessor.shutdown(IRecordProcessorCheckpointer checkpointer,
ShutdownReason reason)
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 |
|---|---|
void |
IShutdownNotificationAware.shutdownRequested(IRecordProcessorCheckpointer checkpointer)
Called when the worker has been requested to shutdown, and gives the record processor a chance to checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
IRecordProcessorCheckpointer |
ShutdownInput.getCheckpointer()
Get Checkpointer.
|
IRecordProcessorCheckpointer |
ProcessRecordsInput.getCheckpointer()
Get Checkpointer.
|
| Modifier and Type | Method and Description |
|---|---|
ShutdownInput |
ShutdownInput.withCheckpointer(IRecordProcessorCheckpointer checkpointer)
Set the checkpointer.
|
ProcessRecordsInput |
ProcessRecordsInput.withCheckpointer(IRecordProcessorCheckpointer checkpointer)
Set Checkpointer.
|
Copyright © 2017. All rights reserved.