| Package | Description | 
|---|---|
| org.kie.api.runtime | 
 The runtime engine classes, including KieSession and StatelessKieSession. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Channel> | 
StatelessKieSession.getChannels()  | 
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–2017 JBoss by Red Hat. All rights reserved.