Uses of Interface
com.orbitz.consul.async.Callback
-
Packages that use Callback Package Description com.orbitz.consul com.orbitz.consul.util -
-
Uses of Callback in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type Callback Modifier and Type Method Description voidPreparedQueryClient. execute(java.lang.String nameOrId, QueryOptions options, Callback<QueryResults> callback)Executes a prepared query by its name or ID.voidSnapshotClient. restore(java.io.File sourceFile, QueryOptions queryOptions, Callback<java.lang.Void> callback)Restores a snapshot stored in a file.voidSnapshotClient. save(java.io.File destinationFile, QueryOptions queryOptions, Callback<java.math.BigInteger> callback)Requests a new snapshot and save it in a file. -
Uses of Callback in com.orbitz.consul.util
Methods in com.orbitz.consul.util with parameters of type Callback Modifier and Type Method Description <T> voidHttp. extractBasicResponse(retrofit2.Call<T> call, Callback<T> callback, java.lang.Integer... okCodes)
-