@NonNullApi @NonNullFields
Package io.github.resilience4j.retrofit.internal
-
Class Summary Class Description DecoratedCall<T> Simple decorator class that implements Call<T> and delegates all calls the the Call instance provided in the constructor.
@NonNullApi @NonNullFields
| Class | Description |
|---|---|
| DecoratedCall<T> |
Simple decorator class that implements Call<T> and delegates all calls the the Call
instance provided in the constructor.
|