Class CamundaEngineStartupEvent
java.lang.Object
org.camunda.bpm.quarkus.engine.extension.event.CamundaEngineStartupEvent
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 Summary
-
Method Summary
-
Constructor Details
-
CamundaEngineStartupEvent
public CamundaEngineStartupEvent()
-