Package com.google.cloud.spi
Interface ServiceRpcFactory<OptionsT extends ServiceOptions>
-
public interface ServiceRpcFactory<OptionsT extends ServiceOptions>
A base interface for all service RPC factories. Implementation must provide a public no-arg constructor. Loading of a factory implementation is done viaServiceLoader
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceRpc
create(OptionsT options)
-
-
-
Method Detail
-
create
ServiceRpc create(OptionsT options)
-
-