Uses of Interface
org.kie.api.PropertiesConfiguration
-
Packages that use PropertiesConfiguration Package Description org.kie.api Base KIE API classes.org.kie.api.conf org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.org.kie.api.runtime.conf -
-
Uses of PropertiesConfiguration in org.kie.api
Subinterfaces of PropertiesConfiguration in org.kie.api Modifier and Type Interface Description interface
KieBaseConfiguration
A class to store KieBase related configuration. -
Uses of PropertiesConfiguration in org.kie.api.conf
Subinterfaces of PropertiesConfiguration in org.kie.api.conf Modifier and Type Interface Description interface
KieBaseOptionsConfiguration
A base interface for type safe configurationsinterface
OptionsConfiguration<T extends Option,S extends SingleValueOption,M extends MultiValueOption>
-
Uses of PropertiesConfiguration in org.kie.api.runtime
Subinterfaces of PropertiesConfiguration in org.kie.api.runtime Modifier and Type Interface Description interface
KieSessionConfiguration
A class to store Session related configuration. -
Uses of PropertiesConfiguration in org.kie.api.runtime.conf
Subinterfaces of PropertiesConfiguration in org.kie.api.runtime.conf Modifier and Type Interface Description interface
KieSessionOptionsConfiguration
A base interface for type safe configurations
-