public class OutboundChannelModel extends ChannelModel
| Modifier and Type | Field and Description |
|---|---|
protected Object |
outboundEventChannelAdapter |
protected Object |
outboundEventProcessingPipeline |
protected String |
pipelineDelegateExpression |
protected String |
serializerDelegateExpression |
protected String |
serializerType |
category, channelType, description, key, name, type| Constructor and Description |
|---|
OutboundChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getOutboundEventChannelAdapter() |
Object |
getOutboundEventProcessingPipeline() |
String |
getPipelineDelegateExpression() |
String |
getSerializerDelegateExpression() |
String |
getSerializerType() |
void |
setOutboundEventChannelAdapter(Object outboundEventChannelAdapter) |
void |
setOutboundEventProcessingPipeline(Object outboundEventProcessingPipeline) |
void |
setPipelineDelegateExpression(String pipelineDelegateExpression) |
void |
setSerializerDelegateExpression(String serializerDelegateExpression) |
void |
setSerializerType(String serializerType) |
getCategory, getChannelType, getDescription, getKey, getName, getType, setCategory, setChannelType, setDescription, setKey, setName, setTypeprotected String serializerType
protected String serializerDelegateExpression
protected String pipelineDelegateExpression
protected Object outboundEventChannelAdapter
protected Object outboundEventProcessingPipeline
public String getSerializerType()
public void setSerializerType(String serializerType)
public String getSerializerDelegateExpression()
public void setSerializerDelegateExpression(String serializerDelegateExpression)
public String getPipelineDelegateExpression()
public void setPipelineDelegateExpression(String pipelineDelegateExpression)
public Object getOutboundEventChannelAdapter()
public void setOutboundEventChannelAdapter(Object outboundEventChannelAdapter)
public Object getOutboundEventProcessingPipeline()
public void setOutboundEventProcessingPipeline(Object outboundEventProcessingPipeline)
Copyright © 2021 Flowable. All rights reserved.