Package dev.vality.damsel.merch_stat
Class MerchantStatisticsSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.merch_stat.MerchantStatisticsSrv.AsyncClient
- All Implemented Interfaces:
MerchantStatisticsSrv.AsyncIface
- Enclosing class:
- MerchantStatisticsSrv
public static class MerchantStatisticsSrv.AsyncClient
extends org.apache.thrift.async.TAsyncClient
implements MerchantStatisticsSrv.AsyncIface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic 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
Modifier and TypeMethodDescriptionvoidgetChargebacks(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetCustomers(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetInvoices(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetPayments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetPayouts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetRefunds(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) voidgetStatistics(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> 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
-
getPayments
public void getPayments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Specified by:
getPaymentsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getRefunds
public void getRefunds(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Specified by:
getRefundsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getInvoices
public void getInvoices(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Specified by:
getInvoicesin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getCustomers
public void getCustomers(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Specified by:
getCustomersin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getPayouts
public void getPayouts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Specified by:
getPayoutsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getChargebacks
public void getChargebacks(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Specified by:
getChargebacksin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getStatistics
public void getStatistics(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException - Specified by:
getStatisticsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-