public interface GetRecordsCache
| Modifier and Type | Method and Description |
|---|---|
GetRecordsRetrievalStrategy |
getGetRecordsRetrievalStrategy() |
ProcessRecordsInput |
getNextResult()
This method returns the next set of records from the Cache if present, or blocks the request till it gets the
next set of records back from Kinesis.
|
void |
shutdown()
This method calls the shutdown behavior on the cache, if available.
|
void |
start()
This method calls the start behavior on the cache, if available.
|
void start()
ProcessRecordsInput getNextResult()
GetRecordsRetrievalStrategy getGetRecordsRetrievalStrategy()
void shutdown()
Copyright © 2024. All rights reserved.