akka.camel.internal
Class ActivationProtocol.EndpointFailedToActivate

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

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

INTERNAL API Event message indicating that a single endpoint failed to 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 activate param: cause the cause for failure

See Also:
Serialized Form

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

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

actorRef

public ActorRef actorRef()

cause

public java.lang.Throwable cause()