public interface ServiceDefaults<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
ServiceRpcFactory<OptionsT> | 
getDefaultRpcFactory()  | 
ServiceFactory<ServiceT,OptionsT> | 
getDefaultServiceFactory()  | 
TransportOptions | 
getDefaultTransportOptions()  | 
ServiceFactory<ServiceT,OptionsT> getDefaultServiceFactory()
ServiceRpcFactory<OptionsT> getDefaultRpcFactory()
TransportOptions getDefaultTransportOptions()
Copyright © 2019 Google LLC. All rights reserved.