Package org.kie.remote.impl
Class RemoteStatefulSessionImpl
- java.lang.Object
-
- org.kie.remote.impl.RemoteStatefulSessionImpl
-
- All Implemented Interfaces:
RemoteStatefulSession
public class RemoteStatefulSessionImpl extends Object implements RemoteStatefulSession
-
-
Constructor Summary
Constructors Constructor Description RemoteStatefulSessionImpl(Sender sender, Listener listener, TopicsConfig topicsConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<Long>fireAllRules()voidfireUntilHalt()Map<String,CompletableFuture<Object>>getRequestsStore()voidhalt()voidstop()
-
-
-
Constructor Detail
-
RemoteStatefulSessionImpl
public RemoteStatefulSessionImpl(Sender sender, Listener listener, TopicsConfig topicsConfig)
-
-
Method Detail
-
fireAllRules
public CompletableFuture<Long> fireAllRules()
- Specified by:
fireAllRulesin interfaceRemoteStatefulSession
-
getRequestsStore
public Map<String,CompletableFuture<Object>> getRequestsStore()
-
fireUntilHalt
public void fireUntilHalt()
- Specified by:
fireUntilHaltin interfaceRemoteStatefulSession
-
halt
public void halt()
- Specified by:
haltin interfaceRemoteStatefulSession
-
stop
public void stop()
-
-