Uses of Interface
com.google.cloud.BatchResult.Callback
-
Packages that use BatchResult.Callback Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of BatchResult.Callback in com.google.cloud
Methods in com.google.cloud with parameters of type BatchResult.Callback Modifier and Type Method Description void
BatchResult. notify(BatchResult.Callback<T,E> callback)
Adds a callback for the batch operation.
-