Package cern.nxcals.api.ingestion.retry
Interface Retryer<T>
-
- Type Parameters:
T
- - the type of the message to be re-sent.
- All Known Implementing Classes:
PublicationRetryer
public interface Retryer<T>
Retries sending a message to NXCALS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
retry(T msg)
java.util.concurrent.CompletableFuture<java.lang.Void>
retry(T msg, java.lang.Throwable cause)
-