Package | Description |
---|---|
org.kie.api.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Channel> |
KieRuntime.getChannels() |
Map<String,Channel> |
StatelessKieSession.getChannels()
Returns a map with all registered channels.
|
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-2014 JBoss by Red Hat. All Rights Reserved.