Interface StorageRpcFactory

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

public interface StorageRpcFactory extends ServiceRpcFactory<StorageOptions>
An interface for Storage RPC factory. Implementation will be loaded via ServiceLoader.