Uses of Interface
org.kie.api.runtime.Channel
-
Packages that use Channel Package Description org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession. -
-
Uses of Channel in org.kie.api.runtime
Methods in org.kie.api.runtime that return types with arguments of type Channel Modifier and Type Method Description java.util.Map<java.lang.String,Channel>KieRuntime. getChannels()java.util.Map<java.lang.String,Channel>StatelessKieSession. getChannels()Methods in org.kie.api.runtime with parameters of type Channel Modifier and Type Method Description voidKieRuntime. registerChannel(java.lang.String name, Channel channel)voidStatelessKieSession. registerChannel(java.lang.String name, Channel channel)Registers a channel with the given name
-