public class RemoteKieSessionImpl extends RemoteEntryPointImpl implements RemoteKieSession
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENTRY_POINT |
delegateentryPoint, 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) |
void |
halt() |
delete, getRequestsStore, insert, updateexecuteCommand, getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createdelete, insert, updategetEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectspublic static final String DEFAULT_ENTRY_POINT
public RemoteKieSessionImpl(Properties configuration)
public RemoteKieSessionImpl(Properties configuration, TopicsConfig envConfig)
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 RemoteStatefulSessionCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.