Class ActivationProtocol


  • public class ActivationProtocol
    extends java.lang.Object
    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 Detail

      • ActivationProtocol

        public ActivationProtocol()