Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

RetryIf for any predicate #10

Open
olekihnatowicz opened this issue Sep 18, 2016 · 0 comments
Open

RetryIf for any predicate #10

olekihnatowicz opened this issue Sep 18, 2016 · 0 comments

Comments

@olekihnatowicz
Copy link

Currently retryIf() works on throwable. It would be great to be able to check e.g. server response:

retryIf(response -> { response.getStatus() == 503 })

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant