public class RemoteKieSessionImpl extends RemoteEntryPointImpl implements RemoteKieSession
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ENTRY_POINT |
delegate
entryPoint, sender, topicsConfig
Constructor and Description |
---|
RemoteKieSessionImpl(Properties configuration) |
RemoteKieSessionImpl(Properties configuration,
TopicsConfig envConfig) |
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, update
executeCommand, getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjects
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create
delete, insert, update
getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjects
public static final String DEFAULT_ENTRY_POINT
public RemoteKieSessionImpl(Properties configuration)
public RemoteKieSessionImpl(Properties configuration, TopicsConfig envConfig)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public RemoteEntryPoint getEntryPoint(String name)
getEntryPoint
in interface RemoteKieSession
public CompletableFuture<Long> fireAllRules()
fireAllRules
in interface RemoteStatefulSession
public void fireUntilHalt()
fireUntilHalt
in interface RemoteStatefulSession
public void halt()
halt
in interface RemoteStatefulSession
public CompletableFuture<Boolean> updateKJarGAV(String kJar)
updateKJarGAV
in interface RemoteKieSession
updateKJarGAV
in interface UpdatableSession
public CompletableFuture<String> getKJarGAV()
getKJarGAV
in interface RemoteKieSession
getKJarGAV
in interface UpdatableSession
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.