Interface RecoveryStrategy


  • public interface RecoveryStrategy
    Recovery strategy for the rejected data stored outside of the publisher jvm. At this level we impose only the fact that is should be an asynchronous service. All the recovery specific details such as number of external items to recover in one go, recovering frequency, external storage location etc. should be left to the implementation.
    • Method Detail

      • start

        void start()
        Starts the recovery service.
      • stop

        void stop()
        Stops the recovery service.