Interface ChannelDefinition

All Superinterfaces:
FlowableDefinition
All Known Subinterfaces:
ChannelDefinitionEntity
All Known Implementing Classes:
ChannelDefinitionEntityImpl

public interface ChannelDefinition extends FlowableDefinition
An object structure representing a channel definition
Author:
Tijs Rademakers, Joram Barez
  • 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