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