public interface ShutdownNotification
| Modifier and Type | Method and Description |
|---|---|
void |
shutdownComplete()
Used to indicate that the record processor has completed the call to
ShardRecordProcessor#shutdown(ShutdownInput) has
completed. |
void |
shutdownNotificationComplete()
Used to indicate that the record processor has been notified of a requested shutdown, and given the chance to
checkpoint.
|
void shutdownNotificationComplete()
void shutdownComplete()
ShardRecordProcessor#shutdown(ShutdownInput) has
completed.Copyright © 2019. All rights reserved.