Uses of Interface
zipkin2.reporter.Callback
-
-
Uses of Callback in zipkin2.reporter
Classes in zipkin2.reporter that implement Callback Modifier and Type Class Description classAwaitableCallbackBlocks untilonSuccess(Object)oronError(Throwable).Methods in zipkin2.reporter with parameters of type Callback Modifier and Type Method Description protected abstract voidCall.Base. doEnqueue(Callback<V> callback)voidCall.Base. enqueue(Callback<V> callback)abstract voidCall. enqueue(Callback<V> callback)Invokes a request asynchronously, signaling thecallbackwhen complete.voidCall.ErrorHandler. onErrorReturn(Throwable error, Callback<V> callback)Attempts to resolve an error.
-