public static interface RpcBatch.Callback<T>
Modifier and Type | Method and Description |
---|---|
void |
onFailure(com.google.api.client.googleapis.json.GoogleJsonError googleJsonError)
This method will be called upon failure of the batch operation.
|
void |
onSuccess(T response)
This method will be called upon success of the batch operation.
|
void onSuccess(T response)
void onFailure(com.google.api.client.googleapis.json.GoogleJsonError googleJsonError)
Copyright © 2019 Google LLC. All rights reserved.