Class JBPMProperties
- java.lang.Object
-
- org.jbpm.springboot.autoconfigure.JBPMProperties
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@ConfigurationProperties(prefix="jbpm") public class JBPMProperties extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJBPMProperties.Executorstatic classJBPMProperties.Quartz
-
Constructor Summary
Constructors Constructor Description JBPMProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()Map<String,String>getAddons()JBPMProperties.ExecutorgetExecutor()JBPMProperties.QuartzgetQuartz()voidsetAddons(Map<String,String> addons)voidsetExecutor(JBPMProperties.Executor executor)voidsetQuartz(JBPMProperties.Quartz quartz)
-
-
-
Method Detail
-
getExecutor
public JBPMProperties.Executor getExecutor()
-
setExecutor
public void setExecutor(JBPMProperties.Executor executor)
-
getQuartz
public JBPMProperties.Quartz getQuartz()
-
setQuartz
public void setQuartz(JBPMProperties.Quartz quartz)
-
-