public interface DeadLetterListener
KinesisRecorderConfig.withDeadLetterListener(DeadLetterListener).| Modifier and Type | Method and Description |
|---|---|
void |
onRecordsDropped(String streamName,
List<byte[]> data)
The data sent here either encountered errors that cannot be retried or exceeded the retry limit.
|
void onRecordsDropped(String streamName, List<byte[]> data)
streamName - stream the data was being sent to.data - the list of individual records being submitted represented as a byte array.Copyright © 2019. All rights reserved.