Package org.kie.api.runtime.conf
Interface SingleValueRuleRuntimeOption
-
- All Superinterfaces:
KieSessionOption
,Option
,java.io.Serializable
,SingleValueKieSessionOption
,SingleValueOption
- All Known Implementing Classes:
AccumulateNullPropagationOption
,BeliefSystemTypeOption
,DirectFiringOption
,QueryListenerOption
,ThreadSafeOption
,TimedRuleExecutionOption
,TimedRuleExecutionOption.FILTERED
public interface SingleValueRuleRuntimeOption extends SingleValueKieSessionOption
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
type()
-
Methods inherited from interface org.kie.api.conf.Option
getPropertyName, propertyName
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
default java.lang.String type()
- Specified by:
type
in interfaceKieSessionOption
- Specified by:
type
in interfaceOption
-
-