Interface StorageRpcFactory

All Superinterfaces:
com.google.cloud.spi.ServiceRpcFactory<StorageOptions>
All Known Implementing Classes:
GrpcStorageOptions.GrpcStorageRpcFactory, HttpStorageOptions.HttpStorageRpcFactory, StorageOptions.DefaultStorageRpcFactory

public interface StorageRpcFactory extends com.google.cloud.spi.ServiceRpcFactory<StorageOptions>
An interface for Storage RPC factory. Implementation will be loaded via ServiceLoader.
  • Method Summary

    Methods inherited from interface com.google.cloud.spi.ServiceRpcFactory

    create