Retry
if a source Observable emits an error, resubscribe to it in the hopes that it will complete without error
See Also
Language-Specific Information
RxClojure
RxClojure does not implement the Retry operator.
RxCpp retry
RxCpp implements this operator as retry
:
RxGroovy retry retryWhen
RxGroovy has two versions of this operator: retry
and retryWhen
.
RxJava 1․x retry retryWhen
RxJava has two versions of this operator: retry
and retryWhen
.
RxJS retry
RxJS implements this operator as retry
.
retry
is found in the following distributions:
rx.js
rx.all.js
rx.all.compat.js
rx.compat.js
rx.lite.js
rx.lite.compat.js
RxKotlin retry retryWhen
RxKotlin has two versions of this operator: retry
and retryWhen
.
RxNET Retry
Rx.NET implements this operator as Retry
.
RxPHP retry retryWhen
RxPY retry
RxPY implements this operator as retry
:
Rxrb retry retry_infinitely
Rx.rb has two versions of this operator: retry
and retry_infinitely
.
retryInfinitely
, on the other hand, will attempt to resubscribe to and mirror the source Observable indefinitely, no matter how many onError
notifications it receives.
RxScala retry retryWhen
RxScala has two versions of this operator: retry
and retryWhen
.
© ReactiveX contributors
Licensed under the Apache License 2.0.
http://reactivex.io/documentation/operators/retry.html