akka.camel.internal
Class CamelSupervisor.AddWatch

java.lang.Object
  extended by akka.camel.internal.CamelSupervisor.AddWatch
All Implemented Interfaces:
CamelSupervisor.CamelSupervisorMessage, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
CamelSupervisor

public static class CamelSupervisor.AddWatch
extends java.lang.Object
implements CamelSupervisor.CamelSupervisorMessage, scala.Product, scala.Serializable

INTERNAL API Adds a watch for the actor

See Also:
Serialized Form

Constructor Summary
CamelSupervisor.AddWatch(ActorRef actorRef)
           
 
Method Summary
 ActorRef actorRef()
           
 
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

CamelSupervisor.AddWatch

public CamelSupervisor.AddWatch(ActorRef actorRef)
Method Detail

actorRef

public ActorRef actorRef()