Package org.kie.remote.impl
Class RemoteStreamingEntryPointImpl
- java.lang.Object
-
- org.kie.remote.impl.AbstractRemoteEntryPoint
-
- org.kie.remote.impl.RemoteStreamingEntryPointImpl
-
- All Implemented Interfaces:
RemoteStreamingEntryPoint,RemoteWorkingMemory
- Direct Known Subclasses:
RemoteStreamingKieSessionImpl
public class RemoteStreamingEntryPointImpl extends AbstractRemoteEntryPoint implements RemoteStreamingEntryPoint
-
-
Field Summary
Fields Modifier and Type Field Description protected RemoteStatefulSessionImpldelegate-
Fields inherited from class org.kie.remote.impl.AbstractRemoteEntryPoint
entryPoint, sender, topicsConfig
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemoteStreamingEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, Listener listener)protectedRemoteStreamingEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, RemoteStatefulSessionImpl delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,CompletableFuture<Object>>getRequestsStore()voidinsert(Serializable object)Inserts a new fact into this entry point-
Methods inherited from class org.kie.remote.impl.AbstractRemoteEntryPoint
executeCommand, getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjects
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.remote.RemoteWorkingMemory
getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjects
-
-
-
-
Field Detail
-
delegate
protected final RemoteStatefulSessionImpl delegate
-
-
Constructor Detail
-
RemoteStreamingEntryPointImpl
protected RemoteStreamingEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, Listener listener)
-
RemoteStreamingEntryPointImpl
protected RemoteStreamingEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, RemoteStatefulSessionImpl delegate)
-
-
Method Detail
-
insert
public void insert(Serializable object)
Description copied from interface:RemoteStreamingEntryPointInserts a new fact into this entry point- Specified by:
insertin interfaceRemoteStreamingEntryPoint- Parameters:
object- the fact to be inserted
-
getRequestsStore
protected Map<String,CompletableFuture<Object>> getRequestsStore()
- Specified by:
getRequestsStorein classAbstractRemoteEntryPoint
-
-