Companion

object Companion

Properties

Link copied to clipboard
val Max: SequenceNumber

The maximum possible value for a SequenceNumber.

Link copied to clipboard
val Min: SequenceNumber

The minimum possible value for a SequenceNumber. Events may not be assigned a value smaller than that.

Link copied to clipboard
val Unspecified: SequenceNumber

A sentinel value used to initialize a non-null parameter. It also has the property of being the smallest SequenceNumber, so maxOf will always return the other choice.