|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.camel.internal.ActivationProtocol.ActivationMessage
akka.camel.internal.ActivationProtocol.EndpointFailedToDeActivate
public static final class ActivationProtocol.EndpointFailedToDeActivate
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
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 |
---|
public ActivationProtocol.EndpointFailedToDeActivate(ActorRef actorRef, java.lang.Throwable cause)
Method Detail |
---|
public ActorRef actorRef()
public java.lang.Throwable cause()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |