Class InboundChannelModel

java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.InboundChannelModel
Direct Known Subclasses:
DelegateExpressionInboundChannelModel, JmsInboundChannelModel, KafkaInboundChannelModel, RabbitInboundChannelModel

public class InboundChannelModel extends ChannelModel
Author:
Joram Barrez
  • Field Details

    • deserializerType

      protected String deserializerType
    • contextExtractorDelegateExpression

      protected String contextExtractorDelegateExpression
    • deserializerDelegateExpression

      protected String deserializerDelegateExpression
    • eventFilterDelegateExpression

      protected String eventFilterDelegateExpression
    • payloadExtractorDelegateExpression

      protected String payloadExtractorDelegateExpression
    • headerExtractorDelegateExpression

      protected String headerExtractorDelegateExpression
    • eventTransformerDelegateExpression

      protected String eventTransformerDelegateExpression
    • pipelineDelegateExpression

      protected String pipelineDelegateExpression
    • channelEventKeyDetection

      protected ChannelEventKeyDetection channelEventKeyDetection
    • channelEventTenantIdDetection

      protected ChannelEventTenantIdDetection channelEventTenantIdDetection
    • inboundEventChannelAdapter

      protected Object inboundEventChannelAdapter
    • inboundEventProcessingPipeline

      protected Object inboundEventProcessingPipeline
  • Constructor Details

    • InboundChannelModel

      public InboundChannelModel()
  • Method Details

    • getDeserializerType

      public String getDeserializerType()
    • setDeserializerType

      public void setDeserializerType(String deserializerType)
    • getEventFilterDelegateExpression

      public String getEventFilterDelegateExpression()
    • setEventFilterDelegateExpression

      public void setEventFilterDelegateExpression(String eventFilterDelegateExpression)
    • getContextExtractorDelegateExpression

      public String getContextExtractorDelegateExpression()
    • setContextExtractorDelegateExpression

      public void setContextExtractorDelegateExpression(String contextExtractorDelegateExpression)
    • getDeserializerDelegateExpression

      public String getDeserializerDelegateExpression()
    • setDeserializerDelegateExpression

      public void setDeserializerDelegateExpression(String deserializerDelegateExpression)
    • getPayloadExtractorDelegateExpression

      public String getPayloadExtractorDelegateExpression()
    • setPayloadExtractorDelegateExpression

      public void setPayloadExtractorDelegateExpression(String payloadExtractorDelegateExpression)
    • getHeaderExtractorDelegateExpression

      public String getHeaderExtractorDelegateExpression()
    • setHeaderExtractorDelegateExpression

      public void setHeaderExtractorDelegateExpression(String headerExtractorDelegateExpression)
    • getEventTransformerDelegateExpression

      public String getEventTransformerDelegateExpression()
    • setEventTransformerDelegateExpression

      public void setEventTransformerDelegateExpression(String eventTransformerDelegateExpression)
    • getPipelineDelegateExpression

      public String getPipelineDelegateExpression()
    • setPipelineDelegateExpression

      public void setPipelineDelegateExpression(String pipelineDelegateExpression)
    • getChannelEventKeyDetection

      public ChannelEventKeyDetection getChannelEventKeyDetection()
    • setChannelEventKeyDetection

      public void setChannelEventKeyDetection(ChannelEventKeyDetection channelEventKeyDetection)
    • getChannelEventTenantIdDetection

      public ChannelEventTenantIdDetection getChannelEventTenantIdDetection()
    • setChannelEventTenantIdDetection

      public void setChannelEventTenantIdDetection(ChannelEventTenantIdDetection channelEventTenantIdDetection)
    • getInboundEventProcessingPipeline

      public Object getInboundEventProcessingPipeline()
    • setInboundEventProcessingPipeline

      public void setInboundEventProcessingPipeline(Object inboundEventProcessingPipeline)
    • getInboundEventChannelAdapter

      public Object getInboundEventChannelAdapter()
    • setInboundEventChannelAdapter

      public void setInboundEventChannelAdapter(Object inboundEventChannelAdapter)