public class ShardListWrappingShardClosureVerificationResponse extends Object implements ShardClosureVerificationResponse
| Constructor and Description |
|---|
ShardListWrappingShardClosureVerificationResponse(boolean isShardClosed,
List<com.amazonaws.services.kinesis.model.Shard> latestShards)
Used to capture response from KinesisProxy.verifyShardClosure method.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isShardClosed() |
public ShardListWrappingShardClosureVerificationResponse(boolean isShardClosed,
List<com.amazonaws.services.kinesis.model.Shard> latestShards)
isShardClosed - If the provided shardId corresponds to a shard that was verified as closed.latestShards - Result returned by KinesisProxy.getShardList() used for verification.public boolean isShardClosed()
isShardClosed in interface ShardClosureVerificationResponseCopyright © 2023. All rights reserved.