|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.contrib.pattern.ReliableProxy.TargetChanged
public static class ReliableProxy.TargetChanged
TargetChanged
is sent to transition subscribers when the initial connection is made
the target and when the target ActorRef
has changed (for example, the target system
crashed and has been restarted).
Constructor Summary | |
---|---|
ReliableProxy.TargetChanged(ActorRef ref)
|
Method Summary | |
---|---|
ActorRef |
ref()
|
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 |
---|
public ReliableProxy.TargetChanged(ActorRef ref)
Method Detail |
---|
public ActorRef ref()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |