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 -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
interceptor, iprot_, oprot_, seqid_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrecvGet()voidvoidsendStart(Withdrawal withdrawal) start(Withdrawal withdrawal) Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getInterceptor, getOutputProtocol, receiveBase, sendBase, sendBaseOneway, setInterceptor
-
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
-