Continuum.Page (continuum v0.7.1)

Copy Markdown View Source

A stable cursor page returned by Continuum read APIs.

next_cursor is opaque to callers and should only be passed back to the API that produced it.

Summary

Types

t(entry)

@type t(entry) :: %Continuum.Page{
  entries: [entry],
  next_cursor: term() | nil,
  per_page: pos_integer() | nil
}