TimeBasedUUID
org.apache.pekko.persistence.query.TimeBasedUUID
final case class TimeBasedUUID(value: UUID) extends Offset, Ordered[TimeBasedUUID]
Corresponds to an ordered unique identifier of the events. Note that the corresponding offset of each event is provided in the pekko.persistence.query.EventEnvelope, which makes it possible to resume the stream at a later point from a given offset.
The offset is exclusive, i.e. the event with the exact same sequence number will not be included in the returned stream. This means that you can use the offset that is returned in EventEnvelope as the offset parameter in a subsequent query.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Ordered[TimeBasedUUID]trait Comparable[TimeBasedUUID]class Offsetclass Objecttrait Matchableclass Any
Members list
In this article