Package org.flowable.eventregistry.api
Interface ChannelDefinition
- All Superinterfaces:
FlowableDefinition
- All Known Subinterfaces:
ChannelDefinitionEntity
- All Known Implementing Classes:
ChannelDefinitionEntityImpl
An object structure representing a channel definition
- Author:
- Tijs Rademakers, Joram Barez
-
Method Summary
Modifier and TypeMethodDescriptioncategory name of the channel definitioncreate time for this channel definitiondescription of this channel definitionThe implementation type of the channel.getType()The type of the channel.Methods inherited from interface org.flowable.common.engine.api.repository.FlowableDefinition
getDeploymentId, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
Method Details
-
getCategory
String getCategory()category name of the channel definition -
getDescription
String getDescription()description of this channel definition -
getType
String getType()The type of the channel. e.g.inbound, outbound -
getImplementation
String getImplementation()The implementation type of the channel. e.g. jms, kafka, rabbit -
getCreateTime
Date getCreateTime()create time for this channel definition
-