Package zipkin2
Interface Call.ErrorHandler<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonErrorReturn(Throwable error, Callback<V> callback)Attempts to resolve an error.
-
| Modifier and Type | Method | Description |
|---|---|---|
void |
onErrorReturn(Throwable error,
Callback<V> callback) |
Attempts to resolve an error.
|