@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 org.camunda.bpm.engine.ProcessEngine |
processEngine |
protected Optional<String> |
springApplicationName |
applicationContext, beanName, properties| Constructor and Description |
|---|
SpringBootProcessApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
static CamundaDeploymentConfiguration |
deploymentConfiguration() |
void |
destroy() |
void |
onPostDeploy(org.camunda.bpm.engine.ProcessEngine processEngine) |
void |
onPreUndeploy(org.camunda.bpm.engine.ProcessEngine processEngine) |
autodetectProcessApplicationName, getApplicationContext, getProperties, getReference, onApplicationEvent, setApplicationContext, setBeanName, setProperties, start, stopcreateDeployment, 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 org.camunda.bpm.engine.ProcessEngine processEngine
@Autowired protected org.springframework.context.ApplicationEventPublisher eventPublisher
@Bean public static CamundaDeploymentConfiguration deploymentConfiguration()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in class SpringProcessApplicationExceptionpublic void destroy()
throws Exception
destroy in class SpringProcessApplicationExceptionpublic void onPostDeploy(org.camunda.bpm.engine.ProcessEngine processEngine)
public void onPreUndeploy(org.camunda.bpm.engine.ProcessEngine processEngine)
Copyright © 2015–2021 camunda services GmbH. All rights reserved.