public interface IShutdownNotificationAware
| Modifier and Type | Method and Description |
|---|---|
void |
shutdownRequested(IRecordProcessorCheckpointer checkpointer)
Called when the worker has been requested to shutdown, and gives the record processor a chance to checkpoint.
|
void shutdownRequested(IRecordProcessorCheckpointer checkpointer)
checkpointer - the checkpointer that can be used to save progress.Copyright © 2021. All rights reserved.