Class SeekTarget

    • Constructor Detail

      • SeekTarget

        public SeekTarget()
    • Method Detail

      • publishTime

        public abstract com.google.protobuf.Timestamp publishTime()
      • eventTime

        public abstract com.google.protobuf.Timestamp eventTime()
      • ofPublishTime

        public static SeekTarget ofPublishTime​(com.google.protobuf.Timestamp time)
        Seek to a message publish timestamp.
      • ofEventTime

        public static SeekTarget ofEventTime​(com.google.protobuf.Timestamp time)
        Seek to a message event timestamp.