akka.persistence
Class Deliver

java.lang.Object
  extended by akka.persistence.Deliver
All Implemented Interfaces:
Message, java.io.Serializable, scala.Equals, scala.Product

public class Deliver
extends java.lang.Object
implements Message, scala.Product, scala.Serializable

Instructs a Channel or PersistentChannel to deliver a persistent message to a destination.

param: persistent persistent message. param: destination persistent message destination.

See Also:
Serialized Form

Constructor Summary
Deliver(Persistent persistent, ActorPath destination)
           
 
Method Summary
static Deliver create(Persistent persistent, ActorPath destination)
          Java API.
 ActorPath destination()
           
 Persistent persistent()
           
 
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

Deliver

public Deliver(Persistent persistent,
               ActorPath destination)
Method Detail

create

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

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

persistent

public Persistent persistent()

destination

public ActorPath destination()