| Interface | Description |
|---|---|
| IKinesisProxy |
Kinesis proxy interface.
|
| IKinesisProxyExtended |
Kinesis proxy interface extended with addition method(s).
|
| IKinesisProxyFactory | Deprecated
Deprecating since KinesisProxy is just created once, there is no use of a factory.
|
| ShardClosureVerificationResponse |
ShutDown task verifies if the shard in context is necessarily closed before checkpointing the shard at SHARD_END.
|
| Class | Description |
|---|---|
| KinesisProxy |
Kinesis proxy - used to make calls to Amazon Kinesis (e.g.
|
| KinesisProxyFactory | Deprecated
Will be removed since proxy is created only once, we don't need a factory.
|
| MetricsCollectingKinesisProxyDecorator |
IKinesisProxy implementation that wraps another implementation and collects metrics.
|
| ShardListWrappingShardClosureVerificationResponse |
Implementation of ShardClosureVerificationResponse that also wraps the latest results
from IKinesisProxy.getShardList() in it.
|
Copyright © 2021. All rights reserved.