Package org.kie.api.builder.model
Interface ChannelModel
- 
 public interface ChannelModelChannelModel is a model allowing to programmatically define a Channel and wire it to a KieSession
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()QualifierModelgetQualifierModel()StringgetType()Returns the type of this ChannelModel (i.e. the name of the class implementing the Channel)QualifierModelnewQualifierModel(String type)
 
- 
- 
- 
Method Detail- 
getNameString getName() - Returns:
- the name of the channel
 
 - 
getTypeString getType() Returns the type of this ChannelModel (i.e. the name of the class implementing the Channel)
 - 
getQualifierModelQualifierModel getQualifierModel() 
 - 
newQualifierModelQualifierModel newQualifierModel(String type) 
 
- 
 
-