sealed
trait LogPosition
Log position for the global stream. There are two variants:
- LogPosition.Exact An exact position in the global stream.
- LogPosition.End Represents the end of the global stream.
- Companion
- object
Log position for the global stream. There are two variants: