| Modifier and Type | Method and Description |
|---|---|
void |
IRecordProcessor.shutdown(IRecordProcessorCheckpointer checkpointer,
ShutdownReason reason)
Invoked by the Amazon Kinesis Client Library to indicate it will no longer send data records to this
RecordProcessor instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ShutdownReason |
ShutdownReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownReason[] |
ShutdownReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ShutdownReason.canTransitionTo(ShutdownReason reason)
Indicates whether the given reason can override the current reason.
|
| Modifier and Type | Method and Description |
|---|---|
ShutdownReason |
ShutdownInput.getShutdownReason()
Get shutdown reason.
|
| Modifier and Type | Method and Description |
|---|---|
ShutdownInput |
ShutdownInput.withShutdownReason(ShutdownReason shutdownReason)
Set shutdown reason.
|
| Constructor and Description |
|---|
ShutdownMessage(ShutdownReason reason)
Convenience constructor.
|
Copyright © 2017. All rights reserved.