public interface IShardConsumer
| Modifier and Type | Interface and Description |
|---|---|
static class |
IShardConsumer.TaskOutcome |
| Modifier and Type | Method and Description |
|---|---|
boolean |
beginShutdown() |
boolean |
consumeShard() |
KinesisConsumerStates.ShardConsumerState |
getCurrentState() |
ShutdownReason |
getShutdownReason() |
boolean |
isShutdown() |
boolean |
isShutdownRequested() |
boolean |
isSkipShardSyncAtWorkerInitializationIfLeasesExist() |
void |
notifyShutdownRequested(ShutdownNotification shutdownNotification) |
boolean isSkipShardSyncAtWorkerInitializationIfLeasesExist()
boolean consumeShard()
boolean isShutdown()
ShutdownReason getShutdownReason()
boolean beginShutdown()
void notifyShutdownRequested(ShutdownNotification shutdownNotification)
KinesisConsumerStates.ShardConsumerState getCurrentState()
boolean isShutdownRequested()
Copyright © 2024. All rights reserved.