Class DroolsConfiguration
- java.lang.Object
-
- com.netgrif.application.engine.configuration.drools.DroolsConfiguration
-
@Configuration public class DroolsConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DroolsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.KieSessionkieRuntime()org.drools.template.ObjectDataCompilerobjectDataCompiler()IRefreshableKieBaserefreshableKieBase()
-
-
-
Method Detail
-
kieRuntime
@Bean(name="kieRuntime") @Scope("prototype") public org.kie.api.runtime.KieSession kieRuntime()
-
refreshableKieBase
@Bean public IRefreshableKieBase refreshableKieBase()
-
objectDataCompiler
@Bean public org.drools.template.ObjectDataCompiler objectDataCompiler()
-
-