Interface CamundaDeploymentConfiguration
-
- All Superinterfaces:
CamundaProcessEngineConfiguration,ProcessEnginePlugin
- All Known Implementing Classes:
CamundaBpmRunDeploymentConfiguration,DefaultDeploymentConfiguration
public interface CamundaDeploymentConfiguration extends CamundaProcessEngineConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<org.springframework.core.io.Resource>getDeploymentResources()-
Methods inherited from interface org.camunda.bpm.spring.boot.starter.configuration.CamundaProcessEngineConfiguration
postInit, postProcessEngineBuild, preInit
-
-
-
-
Method Detail
-
getDeploymentResources
Set<org.springframework.core.io.Resource> getDeploymentResources()
-
-