Package dev.vality.fistful.webhooker
Interface WebhookManagerSrv.AsyncIface
- All Known Implementing Classes:
WebhookManagerSrv.AsyncClient
- Enclosing class:
- WebhookManagerSrv
public static interface WebhookManagerSrv.AsyncIface
-
Method Summary
Modifier and Type Method Description voidcreate(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voiddelete(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidget(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidgetList(String identity_id, org.apache.thrift.async.AsyncMethodCallback<List<Webhook>> resultHandler)
-
Method Details
-
getList
void getList(String identity_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
-