Package | Description |
---|---|
org.kie.api.builder.model |
Modifier and Type | Method and Description |
---|---|
ChannelModel |
KieSessionModel.newChannelModel(String name,
String type)
Creates a new ChannelModel of the given type (i.e. the name of the class implementing it)
and add it to this KieSessionModel
|
Modifier and Type | Method and Description |
---|---|
List<ChannelModel> |
KieSessionModel.getChannelModels()
Returns all the ChannelModels defined for this KieSessionModel
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.