Package | Description |
---|---|
software.amazon.kinesis.retrieval | |
software.amazon.kinesis.retrieval.polling |
Modifier and Type | Method and Description |
---|---|
DataFetchingStrategy |
RecordsFetcherFactory.dataFetchingStrategy() |
static DataFetchingStrategy |
DataFetchingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFetchingStrategy[] |
DataFetchingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordsFetcherFactory.dataFetchingStrategy(DataFetchingStrategy dataFetchingStrategy)
Sets the dataFetchingStrategy to determine the type of RecordsPublisher to be used.
|
Modifier and Type | Method and Description |
---|---|
DataFetchingStrategy |
SimpleRecordsFetcherFactory.dataFetchingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleRecordsFetcherFactory.dataFetchingStrategy(DataFetchingStrategy dataFetchingStrategy) |
Copyright © 2022. All rights reserved.