Class CamundaEngineStartupEvent


  • public class CamundaEngineStartupEvent
    extends java.lang.Object
    Event class that is fired after Camunda engine startup. The event is fired after the Camunda engine has been bootstrapped, so it can be used to perform deployments to the engine. This event is observed in the following way:
         void onCamundaEngineStart(@Observes CamundaEngineStartupEvent event) {
             LOGGER.info("The Camunda engine is started");
         }
     
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CamundaEngineStartupEvent

        public CamundaEngineStartupEvent()