davidmoten / rxjava-extras

Utilities for use with rxjava
Apache License 2.0
269 stars 27 forks source link

RetryWhen: capped exponential backoff is not part of the public API #27

Closed Petikoch closed 6 years ago

Petikoch commented 6 years ago

Altough the "capped" version of the exponential backoff is very nice documented and also implemented internally, it is not available in the public API.