nurkiewicz/async-retry

Add withNoRetries() and withInfiniteRetries()

nurkiewicz opened this issue · 0 comments

Aliases to withMaxRetries(0) and withMaxRetries(Integer.MAX_VALUE) (?)