Package dev.vality.fistful.webhooker
Class WebhookManagerSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.fistful.webhooker.WebhookManagerSrv.Client
- All Implemented Interfaces:
WebhookManagerSrv.Iface
- Enclosing class:
- WebhookManagerSrv
public static class WebhookManagerSrv.Client extends org.apache.thrift.TServiceClient implements WebhookManagerSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookManagerSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description Webhookcreate(WebhookParams webhook_params)voiddelete(long webhook_id)Webhookget(long webhook_id)List<Webhook>getList(String identity_id)WebhookrecvCreate()voidrecvDelete()WebhookrecvGet()List<Webhook>recvGetList()voidsendCreate(WebhookParams webhook_params)voidsendDelete(long webhook_id)voidsendGet(long webhook_id)voidsendGetList(String identity_id)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
getList
- Specified by:
getListin interfaceWebhookManagerSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetList
- Throws:
org.apache.thrift.TException
-
recvGetList
- Throws:
org.apache.thrift.TException
-
get
- Specified by:
getin interfaceWebhookManagerSrv.Iface- Throws:
WebhookNotFoundorg.apache.thrift.TException
-
sendGet
public void sendGet(long webhook_id) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGet
- Throws:
WebhookNotFoundorg.apache.thrift.TException
-
create
- Specified by:
createin interfaceWebhookManagerSrv.Iface- Throws:
org.apache.thrift.TException
-
sendCreate
- Throws:
org.apache.thrift.TException
-
recvCreate
- Throws:
org.apache.thrift.TException
-
delete
- Specified by:
deletein interfaceWebhookManagerSrv.Iface- Throws:
WebhookNotFoundorg.apache.thrift.TException
-
sendDelete
public void sendDelete(long webhook_id) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvDelete
- Throws:
WebhookNotFoundorg.apache.thrift.TException
-