Class EventSinkSrv.Client

java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.xrates.rate.EventSinkSrv.Client
All Implemented Interfaces:
EventSinkSrv.Iface
Enclosing class:
EventSinkSrv

public static class EventSinkSrv.Client
extends org.apache.thrift.TServiceClient
implements EventSinkSrv.Iface
  • 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

    • getEvents

      public List<SinkEvent> getEvents​(EventRange range) throws org.apache.thrift.TException
      Specified by:
      getEvents in interface EventSinkSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendGetEvents

      public void sendGetEvents​(EventRange range) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetEvents

      public List<SinkEvent> recvGetEvents() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getLastEventID

      public long getLastEventID() throws NoLastEvent, org.apache.thrift.TException
      Specified by:
      getLastEventID in interface EventSinkSrv.Iface
      Throws:
      NoLastEvent
      org.apache.thrift.TException
    • sendGetLastEventID

      public void sendGetLastEventID() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetLastEventID

      public long recvGetLastEventID() throws NoLastEvent, org.apache.thrift.TException
      Throws:
      NoLastEvent
      org.apache.thrift.TException