akka.persistence
Class Deliver$

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

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

See Also:
Serialized Form

Field Summary
static Deliver$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Deliver$()
           
 
Method Summary
 Deliver create(Persistent persistent, ActorPath destination)
          Java API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Deliver$

public Deliver$()
Method Detail

create

public Deliver create(Persistent persistent,
                      ActorPath destination)
Java API.

Parameters:
persistent - (undocumented)
destination - (undocumented)
Returns:
(undocumented)