Uses of Class
org.camunda.bpm.spring.boot.starter.property.CamundaBpmProperties
-
-
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter
Fields in org.camunda.bpm.spring.boot.starter declared as CamundaBpmProperties Modifier and Type Field Description protected CamundaBpmPropertiesSpringBootProcessApplication. camundaBpmPropertiesMethods in org.camunda.bpm.spring.boot.starter with parameters of type CamundaBpmProperties Modifier and Type Method Description EventPublisherPluginCamundaBpmConfiguration. eventPublisherPlugin(CamundaBpmProperties properties, org.springframework.context.ApplicationEventPublisher publisher)static HistoryLevelDeterminatorCamundaBpmConfiguration. historyLevelDeterminator(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)static HistoryLevelDeterminatorCamundaBpmConfiguration. historyLevelDeterminatorMultiDatabase(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.configuration.impl
Fields in org.camunda.bpm.spring.boot.starter.configuration.impl declared as CamundaBpmProperties Modifier and Type Field Description protected CamundaBpmPropertiesAbstractCamundaConfiguration. camundaBpmPropertiesMethods in org.camunda.bpm.spring.boot.starter.configuration.impl with parameters of type CamundaBpmProperties Modifier and Type Method Description static org.springframework.core.task.TaskExecutorDefaultJobConfiguration.JobConfiguration. camundaTaskExecutor(CamundaBpmProperties properties)static JobExecutorDefaultJobConfiguration.JobConfiguration. jobExecutor(org.springframework.core.task.TaskExecutor taskExecutor, CamundaBpmProperties properties) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.event
Constructors in org.camunda.bpm.spring.boot.starter.event with parameters of type CamundaBpmProperties Constructor Description EventPublisherPlugin(CamundaBpmProperties properties, org.springframework.context.ApplicationEventPublisher publisher) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.jdbc
Fields in org.camunda.bpm.spring.boot.starter.jdbc declared as CamundaBpmProperties Modifier and Type Field Description protected CamundaBpmPropertiesHistoryLevelDeterminatorJdbcTemplateImpl. camundaBpmPropertiesMethods in org.camunda.bpm.spring.boot.starter.jdbc that return CamundaBpmProperties Modifier and Type Method Description CamundaBpmPropertiesHistoryLevelDeterminatorJdbcTemplateImpl. getCamundaBpmProperties()Methods in org.camunda.bpm.spring.boot.starter.jdbc with parameters of type CamundaBpmProperties Modifier and Type Method Description static HistoryLevelDeterminatorHistoryLevelDeterminatorJdbcTemplateImpl. createHistoryLevelDeterminator(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)voidHistoryLevelDeterminatorJdbcTemplateImpl. setCamundaBpmProperties(CamundaBpmProperties camundaBpmProperties) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.webapp
Constructors in org.camunda.bpm.spring.boot.starter.webapp with parameters of type CamundaBpmProperties Constructor Description CamundaBpmWebappInitializer(CamundaBpmProperties properties)
-