|
KIE API 6.0.0.CR3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Channel | |
|---|---|
| org.kie.api.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
| Uses of Channel in org.kie.api.runtime |
|---|
| Methods in org.kie.api.runtime that return types with arguments of type Channel | |
|---|---|
Map<String,Channel> |
KieRuntime.getChannels()
|
Map<String,Channel> |
StatelessKieSession.getChannels()
Returns a map with all registered channels. |
| Methods in org.kie.api.runtime with parameters of type Channel | |
|---|---|
void |
KieRuntime.registerChannel(String name,
Channel channel)
|
void |
StatelessKieSession.registerChannel(String name,
Channel channel)
Registers a channel with the given name |
|
KIE API 6.0.0.CR3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||