Package cern.nxcals.api.ingestion.retry
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Starts the recovery service.void
stop()
Stops the recovery service.
-