June 2018
Intermediate to advanced
280 pages
7h 46m
English
These are operators to use in the case of a failure that is recoverable, such as a service that is temporarily down. They work by resubscribing in the hope that this time it will complete without error. The available RxJava methods are the following:
In the following example, we use zip which contains only two values to create a retry logic that retries twice to run the failed sequence after a time period or 500 multiplied by the retry count. This ...
Read now
Unlock full access