| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.kinesis.kinesisrecorder |
Primary classes for interacting with the Kinesis connector for offline storage
of records, and improved performance when working with to Amazon Kinesis.
|
| Class and Description |
|---|
| AbstractKinesisRecorder
An abstract class for Amazon Kinesis recorders.
|
| DeadLetterListener
Interface to receive undeliverable kinesis data to further process or submit through other means.
This may be re-evaluating the data and stream name or packaging the data to be sent to S3. The data sent here either encountered errors that cannot be retried or exceeded the retry limit. This is set using KinesisRecorderConfig.withDeadLetterListener(DeadLetterListener). |
| KinesisRecorderConfig
Allows configuration of certain KinesisRecorder parameters, such as
maxStoargeSize.
|
Copyright © 2019. All rights reserved.