org.apache.pekko.remote.SeqNo
See theSeqNo companion object
Implements a 64 bit sequence number with proper wrap-around ordering.
Attributes
- Companion
- object
- Deprecated
- true
- Source
- AckedDelivery.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- AckedDelivery.scala
Increments the sequence number. Wraps-around if 64 bit limit is reached.
Increments the sequence number. Wraps-around if 64 bit limit is reached.
Attributes
- Returns
-
the incremented sequence number
- Source
- AckedDelivery.scala
Checks if this sequence number is an immediate successor of the provided one.
Checks if this sequence number is an immediate successor of the provided one.
Value parameters
- that
-
The second sequence number that has to be exactly one less
Attributes
- Returns
-
true if this sequence number is the successor of the provided one
- Source
- AckedDelivery.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- AckedDelivery.scala
In this article