Package org.kie.remote
Interface RemoteStreamingKieSession
-
- All Superinterfaces:
AutoCloseable,Closeable,RemoteStatefulSession,RemoteStreamingEntryPoint,RemoteWorkingMemory,UpdatableSession
- All Known Implementing Classes:
RemoteStreamingKieSessionImpl
public interface RemoteStreamingKieSession extends Closeable, RemoteStreamingEntryPoint, RemoteStatefulSession, UpdatableSession
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteStreamingEntryPointgetEntryPoint(String name)-
Methods inherited from interface org.kie.remote.RemoteStatefulSession
fireAllRules, fireUntilHalt, halt
-
Methods inherited from interface org.kie.remote.RemoteStreamingEntryPoint
insert
-
Methods inherited from interface org.kie.remote.RemoteWorkingMemory
getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjects
-
Methods inherited from interface org.kie.remote.UpdatableSession
getKJarGAV, updateKJarGAV
-
-
-
-
Method Detail
-
getEntryPoint
RemoteStreamingEntryPoint getEntryPoint(String name)
-
-