Uses of Interface
org.kie.api.runtime.conf.MultiValueKieSessionOption
-
Packages that use MultiValueKieSessionOption Package Description org.kie.api.runtime.conf -
-
Uses of MultiValueKieSessionOption in org.kie.api.runtime.conf
Classes in org.kie.api.runtime.conf that implement MultiValueKieSessionOption Modifier and Type Class Description class
WorkItemHandlerOption
WorkItemHandlers configuration optionMethods in org.kie.api.runtime.conf with type parameters of type MultiValueKieSessionOption Modifier and Type Method Description <T extends MultiValueKieSessionOption>
TKieSessionOptionsConfiguration. getOption(Class<T> option, String key)
Gets an option value for the given option + key.
-