Package | Description |
---|---|
org.kie.api.runtime |
The runtime engine classes, including KieSession and StatelessKieSession.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Channel> |
KieRuntime.getChannels() |
Map<String,Channel> |
StatelessKieSession.getChannels() |
Modifier and Type | Method and Description |
---|---|
void |
KieRuntime.registerChannel(String name,
Channel channel) |
void |
StatelessKieSession.registerChannel(String name,
Channel channel)
Registers a channel with the given name
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.