KIE API 6.2.0.Final

Uses of Interface
org.kie.api.runtime.Channel

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> StatelessKieSession.getChannels()
          Returns a map with all registered channels.
 Map<String,Channel> KieRuntime.getChannels()
           
 

Methods in org.kie.api.runtime with parameters of type Channel
 void StatelessKieSession.registerChannel(String name, Channel channel)
          Registers a channel with the given name
 void KieRuntime.registerChannel(String name, Channel channel)
           
 


KIE API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.