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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ActivationProtocol$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ActivationProtocol$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ActivationProtocol$

        public ActivationProtocol$()