Uses of Interface
kubevirt.ApiCallback
-
Packages that use ApiCallback Package Description kubevirt -
-
Uses of ApiCallback in kubevirt
Methods in kubevirt with parameters of type ApiCallback Modifier and Type Method Description <T> voidApiClient. executeAsync(com.squareup.okhttp.Call call, java.lang.reflect.Type returnType, ApiCallback<T> callback)Execute HTTP call asynchronously.<T> voidApiClient. executeAsync(com.squareup.okhttp.Call call, ApiCallback<T> callback)
-