Package org.activiti.spring.boot
Interface ProcessEngineConfigurationConfigurer
- All Known Implementing Classes:
CandidateStartersDeploymentConfigurer,DefaultActivityBehaviorFactoryMappingConfigurer
public interface ProcessEngineConfigurationConfigurer
Interface to be implemented by a bean that does some extra configuration of the SpringProcessEngineConfiguration.
If such a bean is defined, it will be called when the process engine configuration is created
and the default values have been set.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(SpringProcessEngineConfiguration processEngineConfiguration)
-
Method Details
-
configure
-