Interface SessionService
-
public interface SessionServiceProvides a KSession for given project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.kie.api.runtime.KieSessionnewDefaultKieSessionWithPseudoClock(KieModule project)Returns the default KSession for a Project with the clock hard set to pseudo clock.org.kie.api.runtime.KieSessionnewKieSession(KieModule project, String ksessionName)
-
-
-
Method Detail
-
newDefaultKieSessionWithPseudoClock
org.kie.api.runtime.KieSession newDefaultKieSessionWithPseudoClock(KieModule project)
Returns the default KSession for a Project with the clock hard set to pseudo clock.
-
-