Uses of Interface
org.kie.api.runtime.RequestContext
Packages that use RequestContext
Package
Description
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of RequestContext in org.kie.api.runtime
Methods in org.kie.api.runtime that return RequestContextModifier and TypeMethodDescriptionstatic RequestContextRequestContext.create()static RequestContextRequestContext.create(ClassLoader classLoader) RequestContext.with(KieSession kieSession) Methods in org.kie.api.runtime that return types with arguments of type RequestContextModifier and TypeMethodDescriptionstatic ExecutableRunner<RequestContext>ExecutableRunner.create()static ExecutableRunner<RequestContext>ExecutableRunner.create(long startTime)