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 Map<String,Channel>
KieRuntime. getChannels()
Map<String,Channel>
StatelessKieSession. getChannels()
Methods in org.kie.api.runtime with parameters of type Channel Modifier and Type Method Description void
KieRuntime. registerChannel(String name, Channel channel)
void
StatelessKieSession. registerChannel(String name, Channel channel)
Registers a channel with the given name
-