| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.interfaces | |
| com.amazonaws.services.kinesis.clientlibrary.lib.worker | |
| com.amazonaws.services.kinesis.clientlibrary.types | |
| com.amazonaws.services.kinesis.multilang |
This package provides a KCL application which implements the multi language protocol.
|
| com.amazonaws.services.kinesis.multilang.messages |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiLangRecordProcessor.shutdown(IRecordProcessorCheckpointer checkpointer,
ShutdownReason reason) |
| Constructor and Description |
|---|
ShutdownMessage(ShutdownReason reason)
Convenience constructor.
|
Copyright © 2016. All rights reserved.