Class AtLeastOnceDelivery.Internal$.Delivery

java.lang.Object
org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
AtLeastOnceDelivery.Internal$

public class AtLeastOnceDelivery.Internal$.Delivery extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

    • Delivery

      public Delivery(ActorPath destination, Object message, long timestamp, int attempt)
  • Method Details

    • apply

      public static org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery apply(ActorPath destination, Object message, long timestamp, int attempt)
    • unapply

      public static scala.Option<scala.Tuple4<ActorPath,Object,Object,Object>> unapply(org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery x$0)
    • destination

      public ActorPath destination()
    • message

      public Object message()
    • timestamp

      public long timestamp()
    • attempt

      public int attempt()
    • copy

      public org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery copy(ActorPath destination, Object message, long timestamp, int attempt)
    • copy$default$1

      public ActorPath copy$default$1()
    • copy$default$2

      public Object copy$default$2()
    • copy$default$3

      public long copy$default$3()
    • copy$default$4

      public int copy$default$4()
    • productPrefix

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

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

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

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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