public class InboundChannelModel extends ChannelModel
| Modifier and Type | Field and Description |
|---|---|
protected ChannelEventKeyDetection |
channelEventKeyDetection |
protected ChannelEventTenantIdDetection |
channelEventTenantIdDetection |
protected String |
deserializerDelegateExpression |
protected String |
deserializerType |
protected String |
eventTransformerDelegateExpression |
protected Object |
inboundEventChannelAdapter |
protected Object |
inboundEventProcessingPipeline |
protected String |
payloadExtractorDelegateExpression |
protected String |
pipelineDelegateExpression |
category, channelType, description, key, name, type| Constructor and Description |
|---|
InboundChannelModel() |
getCategory, getChannelType, getDescription, getKey, getName, getType, setCategory, setChannelType, setDescription, setKey, setName, setTypeprotected String deserializerType
protected String deserializerDelegateExpression
protected String payloadExtractorDelegateExpression
protected String eventTransformerDelegateExpression
protected String pipelineDelegateExpression
protected ChannelEventKeyDetection channelEventKeyDetection
protected ChannelEventTenantIdDetection channelEventTenantIdDetection
protected Object inboundEventChannelAdapter
protected Object inboundEventProcessingPipeline
public String getDeserializerType()
public void setDeserializerType(String deserializerType)
public String getDeserializerDelegateExpression()
public void setDeserializerDelegateExpression(String deserializerDelegateExpression)
public String getPayloadExtractorDelegateExpression()
public void setPayloadExtractorDelegateExpression(String payloadExtractorDelegateExpression)
public String getEventTransformerDelegateExpression()
public void setEventTransformerDelegateExpression(String eventTransformerDelegateExpression)
public String getPipelineDelegateExpression()
public void setPipelineDelegateExpression(String pipelineDelegateExpression)
public ChannelEventKeyDetection getChannelEventKeyDetection()
public void setChannelEventKeyDetection(ChannelEventKeyDetection channelEventKeyDetection)
public ChannelEventTenantIdDetection getChannelEventTenantIdDetection()
public void setChannelEventTenantIdDetection(ChannelEventTenantIdDetection channelEventTenantIdDetection)
public Object getInboundEventProcessingPipeline()
public void setInboundEventProcessingPipeline(Object inboundEventProcessingPipeline)
public Object getInboundEventChannelAdapter()
public void setInboundEventChannelAdapter(Object inboundEventChannelAdapter)
Copyright © 2021 Flowable. All rights reserved.