Package org.flowable.spring.boot
Interface ProcessEngineConfigurationConfigurer
- All Superinterfaces:
EngineConfigurationConfigurer<SpringProcessEngineConfiguration>
@Deprecated
public interface ProcessEngineConfigurationConfigurer
extends EngineConfigurationConfigurer<SpringProcessEngineConfiguration>
Deprecated.
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.
- Author:
- Joram Barrez
-
Method Summary
Methods inherited from interface org.flowable.spring.boot.EngineConfigurationConfigurer
configure
insteadEngineConfigurationConfigurer<SpringProcessEngineConfiguration>