Interface TimeController

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void reset​(long time)
      Reposition the message source to a new point in time, while preserving current subscription.
      void setTimeForNewSubscriptions​(long time)
      This method affects subsequent "add subscription" methods, such as, for instance, addEntity ().
    • Method Detail

      • setTimeForNewSubscriptions

        void setTimeForNewSubscriptions​(long time)
        This method affects subsequent "add subscription" methods, such as, for instance, addEntity (). New subscriptions start at the specified time.
        Parameters:
        time - The time to use, or TimeConstants.USE_CURRENT_TIME to use server's system time, or TimeConstants.USE_CURSOR_TIME to use cursor's last read time.
      • reset

        void reset​(long time)
        Reposition the message source to a new point in time, while preserving current subscription.
        Parameters:
        time - The new position in time.