Package dev.vality.fistful.wallet
Class RepairerSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.fistful.wallet.RepairerSrv.AsyncClient
- All Implemented Interfaces:
RepairerSrv.AsyncIface
- Enclosing class:
- RepairerSrv
public static class RepairerSrv.AsyncClient extends org.apache.thrift.async.TAsyncClient implements RepairerSrv.AsyncIface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepairerSrv.AsyncClient.Factorystatic classRepairerSrv.AsyncClient.Repair_call -
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport -
Constructor Summary
Constructors Constructor Description AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Modifier and Type Method Description voidrepair(String id, RepairScenario scenario, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)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
-
repair
public void repair(String id, RepairScenario scenario, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException- Specified by:
repairin interfaceRepairerSrv.AsyncIface- Throws:
org.apache.thrift.TException
-