public interface WorkerRecoveryService
| Modifier and Type | Method and Description |
|---|---|
void |
doWorkerAndMessageRecovery(String workerUuid)
Used by the recovery job
Recovery will be done if the worker is non responsive or has not acknowledged messages
|
void |
doWorkerRecovery(String workerUuid)
Used in order to recover non responsive worker
Also used during worker startup - in order to recover all data that was in worker before restart
|
void doWorkerRecovery(String workerUuid)
workerUuid - - the uuid of workervoid doWorkerAndMessageRecovery(String workerUuid)
workerUuid - - the uuid of workerCopyright © 2019. All rights reserved.