akka.persistence
Class ReliableDelivery.DeliveryAttempt

java.lang.Object
  extended by akka.persistence.ReliableDelivery.DeliveryAttempt
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ReliableDelivery

public static class ReliableDelivery.DeliveryAttempt
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ReliableDelivery.DeliveryAttempt(ConfirmablePersistentImpl persistent, ActorPath destination, ActorRef sender, long timestamp)
           
 
Method Summary
 ActorPath destination()
           
 ReliableDelivery.DeliveryAttempt incrementRedeliveryCount()
           
 ConfirmablePersistentImpl persistent()
           
 ActorRef sender()
           
 long timestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ReliableDelivery.DeliveryAttempt

public ReliableDelivery.DeliveryAttempt(ConfirmablePersistentImpl persistent,
                                        ActorPath destination,
                                        ActorRef sender,
                                        long timestamp)
Method Detail

persistent

public ConfirmablePersistentImpl persistent()

destination

public ActorPath destination()

sender

public ActorRef sender()

timestamp

public long timestamp()

incrementRedeliveryCount

public ReliableDelivery.DeliveryAttempt incrementRedeliveryCount()