@Configuration public class SpringBootProcessApplication extends SpringProcessApplication
Modifier and Type | Field and Description |
---|---|
protected CamundaBpmProperties |
camundaBpmProperties |
protected String |
contextPath |
protected org.springframework.context.ApplicationEventPublisher |
eventPublisher |
protected ProcessEngine |
processEngine |
protected Optional<String> |
springApplicationName |
applicationContext, beanName, properties
defaultDeployToEngineName, isDeployed, processApplicationBeanElResolver, processApplicationElResolver, processApplicationScriptEnvironment, variableSerializers
Constructor and Description |
---|
SpringBootProcessApplication() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
static CamundaDeploymentConfiguration |
deploymentConfiguration() |
void |
destroy() |
void |
onPostDeploy(ProcessEngine processEngine) |
void |
onPreUndeploy(ProcessEngine processEngine) |
autodetectProcessApplicationName, getApplicationContext, getProperties, getReference, onApplicationEvent, setApplicationContext, setBeanName, setProperties, start, stop
createDeployment, deploy, execute, execute, getBeanElResolver, getDefaultDeployToEngineName, getElResolver, getEnvironmentScripts, getExecutionListener, getName, getProcessApplicationClassloader, getProcessApplicationScriptEnvironment, getRawObject, getScriptEngineForName, getTaskListener, getVariableSerializers, initProcessApplicationElResolver, setDefaultDeployToEngineName, setVariableSerializers, undeploy
@Value(value="${spring.application.name:null}") protected Optional<String> springApplicationName
protected String contextPath
@Autowired protected CamundaBpmProperties camundaBpmProperties
@Autowired protected ProcessEngine processEngine
@Autowired protected org.springframework.context.ApplicationEventPublisher eventPublisher
@Bean public static CamundaDeploymentConfiguration deploymentConfiguration()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in class SpringProcessApplication
Exception
public void destroy() throws Exception
destroy
in class SpringProcessApplication
Exception
public void onPostDeploy(ProcessEngine processEngine)
public void onPreUndeploy(ProcessEngine processEngine)
Copyright © 2022. All rights reserved.