| Constructor and Description |
|---|
ShutdownInput()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IRecordProcessorCheckpointer |
getCheckpointer()
Get Checkpointer.
|
ShutdownReason |
getShutdownReason()
Get shutdown reason.
|
ShutdownInput |
withCheckpointer(IRecordProcessorCheckpointer checkpointer)
Set the checkpointer.
|
ShutdownInput |
withShutdownReason(ShutdownReason shutdownReason)
Set shutdown reason.
|
public ShutdownReason getShutdownReason()
public ShutdownInput withShutdownReason(ShutdownReason shutdownReason)
shutdownReason - Reason for the shutdownpublic IRecordProcessorCheckpointer getCheckpointer()
public ShutdownInput withCheckpointer(IRecordProcessorCheckpointer checkpointer)
checkpointer - The checkpointer object that the record processor should use to checkpointCopyright © 2016. All rights reserved.