Package cern.nxcals.api.ingestion.retry
Interface AcceptStrategy
-
- All Superinterfaces:
java.util.function.Predicate<java.lang.Throwable>
public interface AcceptStrategy extends java.util.function.Predicate<java.lang.Throwable>
Defines strategy to be used by the publication retryer to decide whether a given exception, obtained while sending a message to NXCALS, can be re-tried.