Class FeedLocalReplayExample.Iterator

java.lang.Object
com.illumon.iris.db.tables.streaming.samples.FeedLocalReplayExample.Iterator
All Implemented Interfaces:
StatusObserver.Listener
Enclosing class:
FeedLocalReplayExample

public static class FeedLocalReplayExample.Iterator extends Object implements StatusObserver.Listener
  • Constructor Details

    • Iterator

      public Iterator()
  • Method Details

    • onData

      public boolean onData(DBDateTime dateTime, double bid, double ask, int bidSize, int askSize, String ticker)
    • onData

      public boolean onData(DBDateTime dateTime, int size, double price, String ticker)
    • onDone

      public void onDone()
      Specified by:
      onDone in interface StatusObserver.Listener