Interface CamundaDeploymentConfiguration
-
- All Superinterfaces:
CamundaProcessEngineConfiguration,org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin
- All Known Implementing Classes:
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()
-
-