public static final 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.Constructor and Description |
---|
ProxyTerminated(ActorRef actor,
ReliableProxy.Unsent outstanding) |
Modifier and Type | Method and Description |
---|---|
ActorRef |
actor() |
ReliableProxy.Unsent |
outstanding() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProxyTerminated(ActorRef actor, ReliableProxy.Unsent outstanding)
public ActorRef actor()
public ReliableProxy.Unsent outstanding()