public abstract static class ActivationProtocol.ActivationMessage
extends java.lang.Object
implements scala.Serializable
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 and Description |
|---|
ActivationMessage(ActorRef actor) |
| Modifier and Type | Method and Description |
|---|---|
ActorRef |
actor() |