Uses of Interface
org.kiwiproject.consul.async.Callback
Packages that use Callback
-
Uses of Callback in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type CallbackModifier and TypeMethodDescriptionvoidPreparedQueryClient.execute(String nameOrId, QueryOptions options, Callback<QueryResults> callback) Executes a prepared query by its name or ID.voidSnapshotClient.restore(File sourceFile, QueryOptions queryOptions, Callback<Void> callback) Restores a snapshot stored in a file.voidSnapshotClient.save(File destinationFile, QueryOptions queryOptions, Callback<BigInteger> callback) Requests a new snapshot and save it in a file. -
Uses of Callback in org.kiwiproject.consul.util
Methods in org.kiwiproject.consul.util with parameters of type CallbackModifier and TypeMethodDescription<T> voidHttp.extractBasicResponse(retrofit2.Call<T> call, Callback<T> callback, Integer... okCodes)