Interface SessionService


  • public interface SessionService
    Provides a KSession for given project
    • 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.
      • newKieSession

        org.kie.api.runtime.KieSession newKieSession​(KieModule project,
                                                     String ksessionName)