akka.camel.internal
Class ActivationProtocol.EndpointFailedToDeActivate

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

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

INTERNAL API Event message indicating that a single endpoint failed to de-activate. You can use the Activation trait which is available on Camel to await activation or de-activation of endpoints. param: actorRef the endpoint that failed to de-activate param: cause the cause for failure

See Also:
Serialized Form

Constructor Summary
ActivationProtocol.EndpointFailedToDeActivate(ActorRef actorRef, java.lang.Throwable cause)
           
 
Method Summary
 ActorRef actorRef()
           
 java.lang.Throwable cause()
           
 
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.EndpointFailedToDeActivate

public ActivationProtocol.EndpointFailedToDeActivate(ActorRef actorRef,
                                                     java.lang.Throwable cause)
Method Detail

actorRef

public ActorRef actorRef()

cause

public java.lang.Throwable cause()