Interface PayoutManagementSrv.AsyncIface

All Known Implementing Classes:
PayoutManagementSrv.AsyncClient
Enclosing class:
PayoutManagementSrv

public static interface PayoutManagementSrv.AsyncIface
  • Method Summary

    Modifier and Type Method Description
    void cancelPayout​(String payout_id, String details, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)  
    void confirmPayout​(String payout_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)  
    void createPayout​(PayoutParams payout_params, org.apache.thrift.async.AsyncMethodCallback<Payout> resultHandler)  
    void getPayout​(String payout_id, org.apache.thrift.async.AsyncMethodCallback<Payout> resultHandler)  
  • Method Details

    • createPayout

      void createPayout​(PayoutParams payout_params, org.apache.thrift.async.AsyncMethodCallback<Payout> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getPayout

      void getPayout​(String payout_id, org.apache.thrift.async.AsyncMethodCallback<Payout> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • confirmPayout

      void confirmPayout​(String payout_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • cancelPayout

      void cancelPayout​(String payout_id, String details, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException