Class Ack

java.lang.Object
org.apache.pekko.remote.Ack
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class Ack extends Object implements scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
Class representing an acknowledgement with selective negative acknowledgements.

param: cumulativeAck Represents the highest sequence number received. param: nacks Set of sequence numbers between the last delivered one and cumulativeAck that has been not yet received.

See Also:
  • Constructor Details

    • Ack

      public Ack(SeqNo cumulativeAck, scala.collection.immutable.Set<SeqNo> nacks)
      Deprecated.
  • Method Details

    • $lessinit$greater$default$2

      public static scala.collection.immutable.Set<SeqNo> $lessinit$greater$default$2()
      Deprecated.
    • apply

      public static Ack apply(SeqNo cumulativeAck, scala.collection.immutable.Set<SeqNo> nacks)
      Deprecated.
    • apply$default$2

      public static scala.collection.immutable.Set<SeqNo> apply$default$2()
      Deprecated.
    • unapply

      public static scala.Option<scala.Tuple2<SeqNo,scala.collection.immutable.Set<SeqNo>>> unapply(Ack x$0)
      Deprecated.
    • cumulativeAck

      public SeqNo cumulativeAck()
      Deprecated.
    • nacks

      public scala.collection.immutable.Set<SeqNo> nacks()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • copy

      public Ack copy(SeqNo cumulativeAck, scala.collection.immutable.Set<SeqNo> nacks)
      Deprecated.
    • copy$default$1

      public SeqNo copy$default$1()
      Deprecated.
    • copy$default$2

      public scala.collection.immutable.Set<SeqNo> copy$default$2()
      Deprecated.
    • productPrefix

      public String productPrefix()
      Deprecated.
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Deprecated.
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Deprecated.
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Deprecated.
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Deprecated.
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Deprecated.
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object x$1)
      Deprecated.
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object