akka.persistence
Class ReliableDelivery.DeliveryAttempt$

java.lang.Object
  extended by scala.runtime.AbstractFunction4<ConfirmablePersistentImpl,ActorPath,ActorRef,java.lang.Object,ReliableDelivery.DeliveryAttempt>
      extended by akka.persistence.ReliableDelivery.DeliveryAttempt$
All Implemented Interfaces:
java.io.Serializable, scala.Function4<ConfirmablePersistentImpl,ActorPath,ActorRef,java.lang.Object,ReliableDelivery.DeliveryAttempt>
Enclosing class:
ReliableDelivery

public static class ReliableDelivery.DeliveryAttempt$
extends scala.runtime.AbstractFunction4<ConfirmablePersistentImpl,ActorPath,ActorRef,java.lang.Object,ReliableDelivery.DeliveryAttempt>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ReliableDelivery.DeliveryAttempt$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReliableDelivery.DeliveryAttempt$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction4
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function4
apply
 

Field Detail

MODULE$

public static final ReliableDelivery.DeliveryAttempt$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ReliableDelivery.DeliveryAttempt$

public ReliableDelivery.DeliveryAttempt$()