A
C
D
E
F
G
I
L
M
O
P
R
S
T
W
Z
R
- reset() - function in io.getstream.result.call.dispatcher.CallDispatcherProvider
- Resets the dispatchers to their default values.
- retry(io.getstream.result.call.Call,kotlinx.coroutines.CoroutineScope,io.getstream.result.call.retry.RetryPolicy) - function in io.getstream.result.call.CallKt
- Wraps the original call with RetryCall wrapper.
- RetryPolicy - class in io.getstream.result.call.retry
- The retry policy is being used to determine if and when the call should be retried if a temporary error occurred.
- retryTimeout(java.lang.Integer,io.getstream.result.Error) - function in io.getstream.result.call.retry.RetryPolicy
- Provides a timeout used to delay the next call.
- ReturnOnErrorCall - class in io.getstream.result.call
- A wrapper around Call that swallows the error and emits new data from onErrorReturn.
- runCatching(kotlin.coroutines.SuspendFunction1,kotlin.coroutines.SuspendFunction0) - function in io.getstream.result.call.Call.Companion