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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(E exception)The method to be called when the batched operation fails.voidsuccess(T result)The method to be called when the batched operation succeeds.
-