Interface RealTimeMessageSource<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isRealTime()  
      boolean realTimeAvailable()  
      • Methods inherited from interface deltix.util.concurrent.AbstractCursor

        isAtEnd, next
      • Methods inherited from interface deltix.util.lang.Disposable

        close
      • Methods inherited from interface deltix.data.stream.MessageSource

        getMessage
    • Method Detail

      • isRealTime

        boolean isRealTime()
        Returns:
        true if this source already switched from historical to real-time data portion
      • realTimeAvailable

        boolean realTimeAvailable()
        Returns:
        true if source can be switched in real-time. When realtime mode is available client can use method isRealTime() ()} to detect switch from historical to real-time portion of data. Also in this mode client will receive special message RealTimeStartMessage .