Package dev.vality.fistful.provider
Class ManagementSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.fistful.provider.ManagementSrv.Client
- All Implemented Interfaces:
ManagementSrv.Iface
- Enclosing class:
- ManagementSrv
public static class ManagementSrv.Client extends org.apache.thrift.TServiceClient implements ManagementSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagementSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description ProvidergetProvider(String id)List<Provider>listProviders()ProviderrecvGetProvider()List<Provider>recvListProviders()voidsendGetProvider(String id)voidsendListProviders()Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
getProvider
- Specified by:
getProviderin interfaceManagementSrv.Iface- Throws:
ProviderNotFoundorg.apache.thrift.TException
-
sendGetProvider
- Throws:
org.apache.thrift.TException
-
recvGetProvider
- Throws:
ProviderNotFoundorg.apache.thrift.TException
-
listProviders
- Specified by:
listProvidersin interfaceManagementSrv.Iface- Throws:
org.apache.thrift.TException
-
sendListProviders
public void sendListProviders() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvListProviders
- Throws:
org.apache.thrift.TException
-