Class TimeSortedPageToken

java.lang.Object
org.yamcs.http.api.TimeSortedPageToken

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

    • 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 Details

    • TimeSortedPageToken

      public TimeSortedPageToken(long time)
  • Method Details