Package dev.vality.damsel.webhooker
Interface WebhookManagerSrv.AsyncIface
- All Known Implementing Classes:
WebhookManagerSrv.AsyncClient
- Enclosing class:
- WebhookManagerSrv
public static interface WebhookManagerSrv.AsyncIface
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler) voidvoidvoid
-
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
-