Uses of Interface
io.github.shsmysore.fcmjava.client.retry.strategy.IRetryStrategy
-
Packages that use IRetryStrategy Package Description io.github.shsmysore.fcmjava.client.retry io.github.shsmysore.fcmjava.client.retry.strategy -
-
Uses of IRetryStrategy in io.github.shsmysore.fcmjava.client.retry
Methods in io.github.shsmysore.fcmjava.client.retry with parameters of type IRetryStrategy Modifier and Type Method Description static voidRetryUtils. doWithRetry(Action0 action, IRetryStrategy retryStrategy)Retries a method with the given Retry Strategy.static <TResult> TResultRetryUtils. getWithRetry(Func1<TResult> function, IRetryStrategy retryStrategy)Retries a method with the given Retry Strategy. -
Uses of IRetryStrategy in io.github.shsmysore.fcmjava.client.retry.strategy
Classes in io.github.shsmysore.fcmjava.client.retry.strategy that implement IRetryStrategy Modifier and Type Class Description classSimpleRetryStrategyThe SimpleRetryStrategy retries all methods, that throw a @seeFcmRetryAfterExceptionfor a maximum number of retries.
-