Package org.kie.api.builder.model
Interface ChannelModel
public interface ChannelModel
ChannelModel is a model allowing to programmatically define a Channel and wire it to a KieSession
-
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()Returns the type of this ChannelModel (i.e.newQualifierModel(String type)
-
Method Details
-
getName
String getName()- Returns:
- the name of the channel
-
getType
String getType()Returns the type of this ChannelModel (i.e. the name of the class implementing the Channel) -
getQualifierModel
QualifierModel getQualifierModel() -
newQualifierModel
-