| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.lib.worker |
| Modifier and Type | Class and Description |
|---|---|
static class |
KinesisConsumerStates.InitializingState
This state is responsible for initializing the record processor with the shard information.
|
| Modifier and Type | Method and Description |
|---|---|
KinesisConsumerStates.ConsumerState |
KinesisConsumerStates.ShardConsumerState.getConsumerState() |
KinesisConsumerStates.ConsumerState |
ShutdownReason.getShutdownState() |
KinesisConsumerStates.ConsumerState |
KinesisConsumerStates.ConsumerState.shutdownTransition(ShutdownReason shutdownReason)
Provides the next state of the consumer when a shutdown has been requested.
|
KinesisConsumerStates.ConsumerState |
KinesisConsumerStates.InitializingState.shutdownTransition(ShutdownReason shutdownReason) |
KinesisConsumerStates.ConsumerState |
KinesisConsumerStates.ConsumerState.successTransition()
Provides the next state of the consumer upon success of the task return by
createTask(KinesisShardConsumer). |
KinesisConsumerStates.ConsumerState |
KinesisConsumerStates.InitializingState.successTransition() |
Copyright © 2024. All rights reserved.