|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.camel.internal.ActivationProtocol.ActivationMessage
public abstract static class ActivationProtocol.ActivationMessage
Super class of all activation messages. Registration of the Camel Consumers and Producers
is done asynchronously. Activation messages are sent in the Camel extension when endpoints are
activated, de-activated, failed to activate and failed to de-activate.
You can use the Activation trait which is available on Camel
to await activation or de-activation of endpoints.
| Constructor Summary | |
|---|---|
ActivationProtocol.ActivationMessage(ActorRef actor)
|
|
| Method Summary | |
|---|---|
ActorRef |
actor()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationProtocol.ActivationMessage(ActorRef actor)
| Method Detail |
|---|
public ActorRef actor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||