Class EfestoOutputDrlKieSessionLocal
- java.lang.Object
-
- org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput<T>
-
- org.kie.drl.engine.runtime.model.EfestoOutputDrl<org.kie.api.runtime.KieSession>
-
- org.kie.drl.engine.runtime.kiesession.local.model.EfestoOutputDrlKieSessionLocal
-
- All Implemented Interfaces:
org.kie.efesto.runtimemanager.api.model.EfestoOutput<org.kie.api.runtime.KieSession>
public class EfestoOutputDrlKieSessionLocal extends org.kie.drl.engine.runtime.model.EfestoOutputDrl<org.kie.api.runtime.KieSession>EfestoOutputDrlspecific for local kiesession usage. Its only scope it is to return aKieSessioninstance.The returned
LocalUriwill contain the session id as last element of the path
-
-
Constructor Summary
Constructors Constructor Description EfestoOutputDrlKieSessionLocal(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, org.kie.api.runtime.KieSession kieSession)
-