Ack

org.apache.pekko.remote.Ack
final case class Ack(cumulativeAck: SeqNo, nacks: Set[SeqNo])

Class representing an acknowledgement with selective negative acknowledgements.

Value parameters

cumulativeAck

Represents the highest sequence number received.

nacks

Set of sequence numbers between the last delivered one and cumulativeAck that has been not yet received.

Attributes

Deprecated
true
Source
AckedDelivery.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product