akka.contrib.pattern
Class ReliableProxy.TargetChanged

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

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

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).

See Also:
Serialized Form

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

ReliableProxy.TargetChanged

public ReliableProxy.TargetChanged(ActorRef ref)
Method Detail

ref

public ActorRef ref()