Uses of Interface
org.camunda.bpm.spring.boot.starter.configuration.CamundaDeploymentConfiguration
-
Packages that use CamundaDeploymentConfiguration Package Description org.camunda.bpm.run org.camunda.bpm.spring.boot.starter org.camunda.bpm.spring.boot.starter.configuration.impl -
-
Uses of CamundaDeploymentConfiguration in org.camunda.bpm.run
Classes in org.camunda.bpm.run that implement CamundaDeploymentConfiguration Modifier and Type Class Description class
CamundaBpmRunDeploymentConfiguration
Methods in org.camunda.bpm.run that return CamundaDeploymentConfiguration Modifier and Type Method Description static CamundaDeploymentConfiguration
CamundaBpmRunConfiguration. camundaDeploymentConfiguration()
-
Uses of CamundaDeploymentConfiguration in org.camunda.bpm.spring.boot.starter
Methods in org.camunda.bpm.spring.boot.starter that return CamundaDeploymentConfiguration Modifier and Type Method Description static CamundaDeploymentConfiguration
CamundaBpmConfiguration. camundaDeploymentConfiguration()
static CamundaDeploymentConfiguration
SpringBootProcessApplication. deploymentConfiguration()
-
Uses of CamundaDeploymentConfiguration in org.camunda.bpm.spring.boot.starter.configuration.impl
Classes in org.camunda.bpm.spring.boot.starter.configuration.impl that implement CamundaDeploymentConfiguration Modifier and Type Class Description class
DefaultDeploymentConfiguration
-