Package org.kie.remote
Interface RemoteStatefulSession
-
- All Known Subinterfaces:
RemoteKieSession,RemoteStreamingKieSession
- All Known Implementing Classes:
RemoteKieSessionImpl,RemoteStatefulSessionImpl,RemoteStreamingKieSessionImpl
public interface RemoteStatefulSession
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Long>fireAllRules()voidfireUntilHalt()voidhalt()
-
-
-
Method Detail
-
fireAllRules
CompletableFuture<Long> fireAllRules()
-
fireUntilHalt
void fireUntilHalt()
-
halt
void halt()
-
-