akka.camel.internal
Class ActivationProtocol.EndpointDeActivated

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

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

INTERNAL API Event message indicating that a single endpoint was de-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 de-activated

See Also:
Serialized Form

Constructor Summary
ActivationProtocol.EndpointDeActivated(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.EndpointDeActivated

public ActivationProtocol.EndpointDeActivated(ActorRef actorRef)
Method Detail

actorRef

public ActorRef actorRef()