akka.contrib.pattern
Class ReliableProxy.ProxyTerminated

java.lang.Object
  extended by akka.contrib.pattern.ReliableProxy.ProxyTerminated
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ReliableProxy

public static class ReliableProxy.ProxyTerminated
extends java.lang.Object
implements scala.Product, scala.Serializable

ProxyTerminated is sent to transition subscribers during postStop. Any outstanding unsent messages are contained the Unsent object.

See Also:
Serialized Form

Constructor Summary
ReliableProxy.ProxyTerminated(ActorRef actor, ReliableProxy.Unsent outstanding)
           
 
Method Summary
 ActorRef actor()
           
 ReliableProxy.Unsent outstanding()
           
 
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

ReliableProxy.ProxyTerminated

public ReliableProxy.ProxyTerminated(ActorRef actor,
                                     ReliableProxy.Unsent outstanding)
Method Detail

actor

public ActorRef actor()

outstanding

public ReliableProxy.Unsent outstanding()