public static interface BatchResult.Callback<T,E>
Modifier and Type | Method and Description |
---|---|
void |
error(E exception)
The method to be called when the batched operation fails.
|
void |
success(T result)
The method to be called when the batched operation succeeds.
|
Copyright © 2019 Google LLC. All rights reserved.