Interface StorageResponse<T extends Request>

All Superinterfaces:
Operation, Response<T>, Serializable
All Known Subinterfaces:
CreateStorageResponse, DeleteStorageResponse, ReadStorageResponse, UpdateStorageResponse

public interface StorageResponse<T extends Request> extends Response<T>
Base response interface for storage operations.

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.

  • Method Details

    • getStorageRequest

      StorageRequest getStorageRequest()
      Returns the ID associated with the request that resulted in this response
      Returns:
      request ID