akka.persistence
Class ConfirmablePersistentImpl$

java.lang.Object
  extended by akka.persistence.ConfirmablePersistentImpl$
All Implemented Interfaces:
java.io.Serializable

public class ConfirmablePersistentImpl$
extends java.lang.Object
implements scala.Serializable

INTERNAL API.

See Also:
Serialized Form

Field Summary
static ConfirmablePersistentImpl$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ConfirmablePersistentImpl$()
           
 
Method Summary
 ConfirmablePersistentImpl apply(PersistentRepr persistent, Delivered confirmMessage, ActorRef confirmTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ConfirmablePersistentImpl$

public ConfirmablePersistentImpl$()
Method Detail

apply

public ConfirmablePersistentImpl apply(PersistentRepr persistent,
                                       Delivered confirmMessage,
                                       ActorRef confirmTarget)