public class RemoteStreamingKieSessionImpl extends RemoteStreamingEntryPointImpl implements RemoteStreamingKieSession
delegateentryPoint, sender, topicsConfig| Constructor and Description |
|---|
RemoteStreamingKieSessionImpl(Properties configuration) |
RemoteStreamingKieSessionImpl(Properties configuration,
TopicsConfig envConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompletableFuture<Long> |
fireAllRules() |
void |
fireUntilHalt() |
RemoteStreamingEntryPoint |
getEntryPoint(String name) |
CompletableFuture<String> |
getKJarGAV() |
void |
halt() |
CompletableFuture<Boolean> |
updateKJarGAV(String kJar) |
getRequestsStore, insertexecuteCommand, getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createinsertgetEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectspublic RemoteStreamingKieSessionImpl(Properties configuration)
public RemoteStreamingKieSessionImpl(Properties configuration, TopicsConfig envConfig)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic RemoteStreamingEntryPoint getEntryPoint(String name)
getEntryPoint in interface RemoteStreamingKieSessionpublic CompletableFuture<Long> fireAllRules()
fireAllRules in interface RemoteStatefulSessionpublic void fireUntilHalt()
fireUntilHalt in interface RemoteStatefulSessionpublic void halt()
halt in interface RemoteStatefulSessionpublic CompletableFuture<Boolean> updateKJarGAV(String kJar)
updateKJarGAV in interface UpdatableSessionpublic CompletableFuture<String> getKJarGAV()
getKJarGAV in interface UpdatableSessionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.