public interface ProcessEnginePlugin
A process engine plugin allows customizing the process engine
| Modifier and Type | Method and Description | 
|---|---|
| void | postInit(ProcessEngineConfigurationImpl processEngineConfiguration)Invoked after the process engine configuration is initialized. | 
| void | postProcessEngineBuild(ProcessEngine processEngine)Invoked after the process engine has been built. | 
| void | preInit(ProcessEngineConfigurationImpl processEngineConfiguration)Invoked before the process engine configuration is initialized. | 
void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked before the process engine configuration is initialized.
processEngineConfiguration - the process engine configuationvoid postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked after the process engine configuration is initialized. and before the process engine is built.
processEngineConfiguration - the process engine configuationvoid postProcessEngineBuild(ProcessEngine processEngine)
Invoked after the process engine has been built.
processEngine - Copyright © 2018. All rights reserved.