public interface RemoteKieSession extends Closeable, RemoteEntryPoint, RemoteStatefulSession, UpdatableSession
| Modifier and Type | Method and Description |
|---|---|
static RemoteKieSession |
create(Properties configuration) |
static RemoteKieSession |
create(Properties configuration,
TopicsConfig envConfig) |
RemoteEntryPoint |
getEntryPoint(String name) |
CompletableFuture<String> |
getKJarGAV() |
CompletableFuture<Boolean> |
updateKJarGAV(String kjar) |
delete, insert, updategetEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectsfireAllRules, fireUntilHalt, haltRemoteEntryPoint getEntryPoint(String name)
static RemoteKieSession create(Properties configuration)
static RemoteKieSession create(Properties configuration, TopicsConfig envConfig)
CompletableFuture<String> getKJarGAV()
getKJarGAV in interface UpdatableSessionCompletableFuture<Boolean> updateKJarGAV(String kjar)
updateKJarGAV in interface UpdatableSessionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.