| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.util |
| Modifier and Type | Method and Description |
|---|---|
void |
PreparedQueryClient.execute(String nameOrId,
QueryOptions options,
Callback<QueryResults> callback)
Executes a prepared query by its name or ID.
|
void |
SnapshotClient.restore(File sourceFile,
QueryOptions queryOptions,
Callback<Void> callback)
Restores a snapshot stored in a file.
|
void |
SnapshotClient.save(File destinationFile,
QueryOptions queryOptions,
Callback<BigInteger> callback)
Requests a new snapshot and save it in a file.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Http.extractBasicResponse(retrofit2.Call<T> call,
Callback<T> callback,
Integer... okCodes) |
Copyright © 2019. All rights reserved.