Skip navigation links
C D E F I W 

C

cancel() - Method in class dev.failsafe.retrofit.FailsafeCall
Cancels the call.
clone() - Method in class dev.failsafe.retrofit.FailsafeCall
Returns a clone of the FailsafeCall.
compose(P) - Method in class dev.failsafe.retrofit.FailsafeCall.FailsafeCallBuilder
 
compose(Call<R>) - Method in class dev.failsafe.retrofit.FailsafeCall.FailsafeCallBuilder
 

D

dev.failsafe.retrofit - package dev.failsafe.retrofit
 

E

execute() - Method in class dev.failsafe.retrofit.FailsafeCall
Executes the call until a successful response is returned or the configured policies are exceeded.
executeAsync() - Method in class dev.failsafe.retrofit.FailsafeCall
Executes the call asynchronously until a successful result is returned or the configured policies are exceeded.

F

FailsafeCall<R> - Class in dev.failsafe.retrofit
A Failsafe wrapped Retrofit Call.
FailsafeCall.FailsafeCallBuilder<R> - Class in dev.failsafe.retrofit
 

I

isCancelled() - Method in class dev.failsafe.retrofit.FailsafeCall
Returns whether the call has been cancelled.
isExecuted() - Method in class dev.failsafe.retrofit.FailsafeCall
Returns whether the call has been executed.

W

with(P, P...) - Static method in class dev.failsafe.retrofit.FailsafeCall
Returns a FailsafeCallBuilder for the outerPolicy and policies.
with(FailsafeExecutor<Response<R>>) - Static method in class dev.failsafe.retrofit.FailsafeCall
Returns a FailsafeCallBuilder for the failsafeExecutor.
C D E F I W 
Skip navigation links

Copyright © 2022. All rights reserved.