Class TimeSortedPageToken


  • public class TimeSortedPageToken
    extends Object
    Stateless continuation token for paged requests that output timesorted data
    • Field Detail

      • time

        public long time
        Time associated with the last object that was emitted.

        Consuming routes should not assume that an object with this time still exists, and rather use it for offsetting.

    • Constructor Detail

      • TimeSortedPageToken

        public TimeSortedPageToken​(long time)