Package org.kie.remote
Interface RemoteStreamingEntryPoint
-
- All Superinterfaces:
RemoteWorkingMemory
- All Known Subinterfaces:
RemoteStreamingKieSession
- All Known Implementing Classes:
RemoteStreamingEntryPointImpl,RemoteStreamingKieSessionImpl
public interface RemoteStreamingEntryPoint extends RemoteWorkingMemory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsert(Serializable object)Inserts a new fact into this entry point-
Methods inherited from interface org.kie.remote.RemoteWorkingMemory
getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjects
-
-
-
-
Method Detail
-
insert
void insert(Serializable object)
Inserts a new fact into this entry point- Parameters:
object- the fact to be inserted
-
-