- All Known Implementing Classes:
- NoRetryStrategy
- Enclosing interface:
- RxBleConnection
public static interface RxBleConnection.WriteOperationRetryStrategy
Retry strategy allows retrying a long write operation. There are two supported scenarios:
- Once the failure happens you may re-emit the failure you've received, applying your own transformations like a delay or any other,
aiming to postpone the retry procedure.
- If that Observable calls onComplete or onError then retry will call
onCompleted or onError on the child subscription. The emission will be forwarded as an operation result.
For general documentation related to retrying please refer to http://reactivex.io/documentation/operators/retry.html