Class ProcessingSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.withdrawals.processing.ProcessingSrv.Client
- All Implemented Interfaces:
ProcessingSrv.Iface
- Enclosing class:
- ProcessingSrv
public static class ProcessingSrv.Client extends org.apache.thrift.TServiceClient implements ProcessingSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessingSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description WithdrawalStateget(String id)WithdrawalStaterecvGet()WithdrawalStaterecvStart()voidsendGet(String id)voidsendStart(Withdrawal withdrawal)WithdrawalStatestart(Withdrawal withdrawal)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
-
start
- Specified by:
startin interfaceProcessingSrv.Iface- Throws:
org.apache.thrift.TException
-
sendStart
- Throws:
org.apache.thrift.TException
-
recvStart
- Throws:
org.apache.thrift.TException
-
get
- Specified by:
getin interfaceProcessingSrv.Iface- Throws:
WithdrawalNotFoundorg.apache.thrift.TException
-
sendGet
- Throws:
org.apache.thrift.TException
-
recvGet
- Throws:
WithdrawalNotFoundorg.apache.thrift.TException
-