|
|||||||||
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.EndpointDeActivated
public static final class ActivationProtocol.EndpointDeActivated
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
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 |
---|
public ActivationProtocol.EndpointDeActivated(ActorRef actorRef)
Method Detail |
---|
public ActorRef actorRef()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |