Interface WebhookManagerSrv.AsyncIface

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

public static interface WebhookManagerSrv.AsyncIface
  • Method Summary

    Modifier and Type Method Description
    void create​(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)  
    void delete​(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)  
    void get​(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)  
    void getList​(String party_id, org.apache.thrift.async.AsyncMethodCallback<List<Webhook>> resultHandler)  
  • Method Details

    • getList

      void getList​(String party_id, org.apache.thrift.async.AsyncMethodCallback<List<Webhook>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • get

      void get​(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • create

      void create​(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • delete

      void delete​(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException