Package dev.vality.webhook.dispatcher
Class WebhookMessageServiceSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.webhook.dispatcher.WebhookMessageServiceSrv.Client
- All Implemented Interfaces:
WebhookMessageServiceSrv.Iface
- Enclosing class:
- WebhookMessageServiceSrv
public static class WebhookMessageServiceSrv.Client extends org.apache.thrift.TServiceClient implements WebhookMessageServiceSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookMessageServiceSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidrecvResend()voidresend(long webhook_id, String source_id, long event_id)Переотправить сообщение, отправка которого провалиласьvoidsendResend(long webhook_id, String source_id, long event_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
-
resend
public void resend(long webhook_id, String source_id, long event_id) throws WebhookNotFound, org.apache.thrift.TExceptionDescription copied from interface:WebhookMessageServiceSrv.IfaceПереотправить сообщение, отправка которого провалилась- Specified by:
resendin interfaceWebhookMessageServiceSrv.Iface- Throws:
WebhookNotFoundorg.apache.thrift.TException
-
sendResend
public void sendResend(long webhook_id, String source_id, long event_id) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvResend
- Throws:
WebhookNotFoundorg.apache.thrift.TException
-