public class RemoteStatefulSessionImpl extends Object implements RemoteStatefulSession
| Constructor and Description |
|---|
RemoteStatefulSessionImpl(Sender sender,
Listener listener,
TopicsConfig topicsConfig) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Long> |
fireAllRules() |
void |
fireUntilHalt() |
Map<String,CompletableFuture<Object>> |
getRequestsStore() |
void |
halt() |
void |
stop() |
public RemoteStatefulSessionImpl(Sender sender, Listener listener, TopicsConfig topicsConfig)
public CompletableFuture<Long> fireAllRules()
fireAllRules in interface RemoteStatefulSessionpublic Map<String,CompletableFuture<Object>> getRequestsStore()
public void fireUntilHalt()
fireUntilHalt in interface RemoteStatefulSessionpublic void halt()
halt in interface RemoteStatefulSessionpublic void stop()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.