Uses of Class
dev.vality.damsel.withdrawals.processing.SinkEvent
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of SinkEvent in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing with type parameters of type SinkEvent Modifier and Type Field Description List<SinkEvent>EventSinkSrv.GetEvents_result. successMethods in dev.vality.damsel.withdrawals.processing that return SinkEvent Modifier and Type Method Description SinkEventSinkEvent. deepCopy()SinkEventSinkEvent. setCreatedAt(String created_at)SinkEventSinkEvent. setId(long id)SinkEventSinkEvent. setPayload(Event payload)SinkEventSinkEvent. setSource(String source)Methods in dev.vality.damsel.withdrawals.processing that return types with arguments of type SinkEvent Modifier and Type Method Description List<SinkEvent>EventSinkSrv.Client. getEvents(SinkEventRange range)List<SinkEvent>EventSinkSrv.Iface. getEvents(SinkEventRange range)List<SinkEvent>EventSinkSrv.AsyncClient.GetEvents_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>>EventSinkSrv.AsyncProcessor.GetEvents. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<SinkEvent>EventSinkSrv.GetEvents_result. getSuccess()Iterator<SinkEvent>EventSinkSrv.GetEvents_result. getSuccessIterator()List<SinkEvent>EventSinkSrv.Client. recvGetEvents()Methods in dev.vality.damsel.withdrawals.processing with parameters of type SinkEvent Modifier and Type Method Description voidEventSinkSrv.GetEvents_result. addToSuccess(SinkEvent elem)intSinkEvent. compareTo(SinkEvent other)booleanSinkEvent. equals(SinkEvent that)Method parameters in dev.vality.damsel.withdrawals.processing with type arguments of type SinkEvent Modifier and Type Method Description voidEventSinkSrv.AsyncClient. getEvents(SinkEventRange range, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler)voidEventSinkSrv.AsyncIface. getEvents(SinkEventRange range, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler)EventSinkSrv.GetEvents_resultEventSinkSrv.GetEvents_result. setSuccess(List<SinkEvent> success)voidEventSinkSrv.AsyncProcessor.GetEvents. start(I iface, EventSinkSrv.GetEvents_args args, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type SinkEvent Constructor Description SinkEvent(SinkEvent other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.withdrawals.processing with type arguments of type SinkEvent Constructor Description GetEvents_call(SinkEventRange range, org.apache.thrift.async.AsyncMethodCallback<List<SinkEvent>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetEvents_result(List<SinkEvent> success, SinkEventNotFound ex1)