Ack

@deprecated("Classic remoting is deprecated, use Artery", "2.6.0")
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.

Deprecated
Source:
AckedDelivery.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
Source:
AckedDelivery.scala

Inherited methods

Inherited from:
Product