public class RemoteKieSessionImpl extends RemoteEntryPointImpl implements RemoteKieSession
delegateentryPoint, sender, topicsConfig| Constructor and Description |
|---|
RemoteKieSessionImpl(Properties configuration,
Listener listener,
Producer producer) |
RemoteKieSessionImpl(Properties configuration,
TopicsConfig envConfig,
Listener listener,
Producer producer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompletableFuture<Long> |
fireAllRules() |
void |
fireUntilHalt() |
RemoteEntryPoint |
getEntryPoint(String name) |
CompletableFuture<String> |
getKJarGAV() |
void |
halt() |
CompletableFuture<Boolean> |
updateKJarGAV(String kJar) |
delete, getRequestsStore, insert, updateexecuteCommand, getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, insert, updategetEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectspublic RemoteKieSessionImpl(Properties configuration, Listener listener, Producer producer)
public RemoteKieSessionImpl(Properties configuration, TopicsConfig envConfig, Listener listener, Producer producer)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic RemoteEntryPoint getEntryPoint(String name)
getEntryPoint in interface RemoteKieSessionpublic 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 RemoteKieSessionupdateKJarGAV in interface UpdatableSessionpublic CompletableFuture<String> getKJarGAV()
getKJarGAV in interface RemoteKieSessiongetKJarGAV in interface UpdatableSessionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.