akka.camel.internal
Class ActivationProtocol.EndpointActivated

java.lang.Object
  extended by akka.camel.internal.ActivationProtocol.ActivationMessage
      extended by akka.camel.internal.ActivationProtocol.EndpointActivated
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ActivationProtocol

public static final class ActivationProtocol.EndpointActivated
extends ActivationProtocol.ActivationMessage
implements scala.Product, scala.Serializable

INTERNAL API Event message indicating that a single endpoint has been activated. You can use the Activation trait which is available on Camel to await activation or de-activation of endpoints. param: actorRef the endpoint that was activated

See Also:
Serialized Form

Constructor Summary
ActivationProtocol.EndpointActivated(ActorRef actorRef)
           
 
Method Summary
 ActorRef actorRef()
           
 
Methods inherited from class akka.camel.internal.ActivationProtocol.ActivationMessage
actor
 
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

ActivationProtocol.EndpointActivated

public ActivationProtocol.EndpointActivated(ActorRef actorRef)
Method Detail

actorRef

public ActorRef actorRef()