dexcare
/
org.dexcare.dal.errorHandling.retries
/
BaseRetry
Base
Retry
abstract class
BaseRetry
:
Function
<
Flowable
<
Throwable
>,
Flowable
<*>>
Content copied to clipboard
This provides an interface to implement a retrywhen for flowables
Constructors
Functions
Inheritors
Constructors
BaseRetry
Link copied to clipboard
fun
BaseRetry
()
Content copied to clipboard
Functions
apply
Link copied to clipboard
open override fun
apply
(t:
Flowable
<
Throwable
>):
Flowable
<*>
Content copied to clipboard
handleThrowable
Link copied to clipboard
abstract fun
handleThrowable
(throwable:
Throwable
):
Flowable
<*>
Content copied to clipboard
Inheritors
GeneralRetry
Link copied to clipboard
HttpRetry
Link copied to clipboard