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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
QualifierModel
getQualifierModel()
java.lang.String
getType()
Returns the type of this ChannelModel (i.e. the name of the class implementing the Channel)QualifierModel
newQualifierModel(java.lang.String type)
-
-
-
Method Detail
-
getName
java.lang.String getName()
- Returns:
- the name of the channel
-
getType
java.lang.String getType()
Returns the type of this ChannelModel (i.e. the name of the class implementing the Channel)
-
getQualifierModel
QualifierModel getQualifierModel()
-
newQualifierModel
QualifierModel newQualifierModel(java.lang.String type)
-
-