Class ClaimCommitterSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.claim_management.ClaimCommitterSrv.AsyncClient
- All Implemented Interfaces:
ClaimCommitterSrv.AsyncIface
- Enclosing class:
- ClaimCommitterSrv
public static class ClaimCommitterSrv.AsyncClient
extends org.apache.thrift.async.TAsyncClient
implements ClaimCommitterSrv.AsyncIface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport -
Constructor Summary
ConstructorsConstructorDescriptionAsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
accept
public void accept(String party_id, Claim claim, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException - Specified by:
acceptin interfaceClaimCommitterSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
commit
public void commit(String party_id, Claim claim, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException - Specified by:
commitin interfaceClaimCommitterSrv.AsyncIface- Throws:
org.apache.thrift.TException
-