BaseRetry

abstract class BaseRetry : Function<Flowable<Throwable>, Flowable<*>>

This provides an interface to implement a retrywhen for flowables

Constructors

BaseRetry
Link copied to clipboard
fun BaseRetry()

Functions

apply
Link copied to clipboard
open override fun apply(t: Flowable<Throwable>): Flowable<*>
handleThrowable
Link copied to clipboard
abstract fun handleThrowable(throwable: Throwable): Flowable<*>

Inheritors

GeneralRetry
Link copied to clipboard
HttpRetry
Link copied to clipboard