public class StorageBatchResult<T> extends BatchResult<T,StorageException>
BatchResult.Callback<T,E>
Modifier and Type | Method and Description |
---|---|
protected void |
error(StorageException error)
Sets an error and status as completed.
|
protected void |
success(T result)
Sets a result and status as completed.
|
completed, get, notify
protected void error(StorageException error)
BatchResult
error
in class BatchResult<T,StorageException>
protected void success(T result)
BatchResult
success
in class BatchResult<T,StorageException>
Copyright © 2019 Google LLC. All rights reserved.