Package com.google.cloud
Interface BatchResult.Callback<T,E>
- Enclosing class:
- BatchResult<T,
E extends BaseServiceException>
public static interface BatchResult.Callback<T,E>
An interface for the batch callbacks.
-
Method Summary
-
Method Details
-
success
The method to be called when the batched operation succeeds. -
error
The method to be called when the batched operation fails.
-