Package dev.vality.webhook.dispatcher
Interface WebhookMessageServiceSrv.Iface
- All Known Implementing Classes:
WebhookMessageServiceSrv.Client
- Enclosing class:
- WebhookMessageServiceSrv
public static interface WebhookMessageServiceSrv.Iface
-
Method Summary
-
Method Details
-
resend
void resend(long webhook_id, String source_id, long event_id) throws WebhookNotFound, org.apache.thrift.TExceptionПереотправить сообщение, отправка которого провалилась- Parameters:
webhook_id-source_id-event_id-- Throws:
WebhookNotFoundorg.apache.thrift.TException
-