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 RemoteStatefulSession
public Map<String,CompletableFuture<Object>> getRequestsStore()
public void fireUntilHalt()
fireUntilHalt
in interface RemoteStatefulSession
public void halt()
halt
in interface RemoteStatefulSession
public void stop()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.