Package cern.nxcals.api.ingestion.retry
Interface RecoveryStrategy
-
public interface RecoveryStrategyRecovery 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts the recovery service.voidstop()Stops the recovery service.
-