Interface WorkerRecoveryService


public interface WorkerRecoveryService
Created with IntelliJ IDEA. User: kravtsov Date: 8/6/14 Time: 9:12 AM
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Used by the recovery job Recovery will be done if the worker is non responsive or has not acknowledged messages
    void
    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
  • Method Details

    • doWorkerRecovery

      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
      Parameters:
      workerUuid - - the uuid of worker
    • doWorkerAndMessageRecovery

      void doWorkerAndMessageRecovery(String workerUuid)
      Used by the recovery job Recovery will be done if the worker is non responsive or has not acknowledged messages
      Parameters:
      workerUuid - - the uuid of worker