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 class  WebhookMessageServiceSrv.Client.Factory  
  • Field Summary

    Fields inherited from class org.apache.thrift.TServiceClient

    iprot_, oprot_, seqid_
  • Constructor Summary

    Constructors
    Constructor Description
    Client​(org.apache.thrift.protocol.TProtocol prot)  
    Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)  
  • Method Summary

    Modifier and Type Method Description
    void recvResend()  
    void resend​(long webhook_id, String source_id, long event_id)
    Переотправить сообщение, отправка которого провалилась
    void sendResend​(long webhook_id, String source_id, long event_id)  

    Methods inherited from class org.apache.thrift.TServiceClient

    getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.TException
      Description copied from interface: WebhookMessageServiceSrv.Iface
      Переотправить сообщение, отправка которого провалилась
      Specified by:
      resend in interface WebhookMessageServiceSrv.Iface
      Throws:
      WebhookNotFound
      org.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

      public void recvResend() throws WebhookNotFound, org.apache.thrift.TException
      Throws:
      WebhookNotFound
      org.apache.thrift.TException