Class CamundaEngineStartupEvent


  • public class CamundaEngineStartupEvent
    extends 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");
         }
     
    • Constructor Detail

      • CamundaEngineStartupEvent

        public CamundaEngineStartupEvent()