| Package | Description |
|---|---|
| software.amazon.kinesis.lifecycle | |
| software.amazon.kinesis.processor |
| Constructor and Description |
|---|
ProcessTask(ShardInfo shardInfo,
ShardRecordProcessor shardRecordProcessor,
ShardRecordProcessorCheckpointer recordProcessorCheckpointer,
long backoffTimeMillis,
boolean skipShardSyncAtWorkerInitializationIfLeasesExist,
ShardDetector shardDetector,
ThrottlingReporter throttlingReporter,
ProcessRecordsInput processRecordsInput,
boolean shouldCallProcessRecordsEvenForEmptyRecordList,
long idleTimeInMilliseconds,
AggregatorUtil aggregatorUtil,
MetricsFactory metricsFactory,
SchemaRegistryDecoder schemaRegistryDecoder) |
| Modifier and Type | Method and Description |
|---|---|
ShardRecordProcessor |
ShardRecordProcessorFactory.shardRecordProcessor()
Returns a new instance of the ShardRecordProcessor
|
default ShardRecordProcessor |
ShardRecordProcessorFactory.shardRecordProcessor(StreamIdentifier streamIdentifier)
Returns a new instance of the ShardRecordProcessor for a stream identifier
|
Copyright © 2021. All rights reserved.