public class DefaultJobConfiguration extends AbstractCamundaConfiguration implements CamundaJobConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultJobConfiguration.JobConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected List<org.camunda.bpm.engine.impl.jobexecutor.JobHandler<?>> |
customJobHandlers |
protected org.camunda.bpm.engine.impl.jobexecutor.JobExecutor |
jobExecutor |
camundaBpmProperties, LOG, logger| Constructor and Description |
|---|
DefaultJobConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureJobExecutor(org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration configuration) |
void |
preInit(org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration configuration) |
protected void |
registerCustomJobHandlers(org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration configuration) |
createToString, failpostInit, postInit, postProcessEngineBuild, postProcessEngineBuild, preInitsetBeanName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpostInit, postProcessEngineBuild, preInit@Autowired protected org.camunda.bpm.engine.impl.jobexecutor.JobExecutor jobExecutor
@Autowired(required=false) protected List<org.camunda.bpm.engine.impl.jobexecutor.JobHandler<?>> customJobHandlers
public void preInit(org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration configuration)
preInit in class SpringBootProcessEnginePluginprotected void registerCustomJobHandlers(org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration configuration)
protected void configureJobExecutor(org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration configuration)
Copyright © 2018 Camunda Services GmbH. All rights reserved.