Uses of Interface
io.github.shsmysore.fcmjava.client.functional.Action0
-
Packages that use Action0 Package Description io.github.shsmysore.fcmjava.client.retry io.github.shsmysore.fcmjava.client.retry.strategy -
-
Uses of Action0 in io.github.shsmysore.fcmjava.client.retry
Methods in io.github.shsmysore.fcmjava.client.retry with parameters of type Action0 Modifier and Type Method Description static voidRetryUtils. doWithRetry(Action0 action, int maxRetries)Retries a method with the SimpleRetryStrategy and a maximum amount of retries.static voidRetryUtils. doWithRetry(Action0 action, IRetryStrategy retryStrategy)Retries a method with the given Retry Strategy. -
Uses of Action0 in io.github.shsmysore.fcmjava.client.retry.strategy
Methods in io.github.shsmysore.fcmjava.client.retry.strategy with parameters of type Action0 Modifier and Type Method Description voidIRetryStrategy. doWithRetry(Action0 action)Retries a function without a return value.voidSimpleRetryStrategy. doWithRetry(Action0 action)
-