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