public class JmsInboundChannelModel extends InboundChannelModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
concurrency |
protected String |
destination |
protected String |
selector |
protected String |
subscription |
channelEventKeyDetection, channelEventTenantIdDetection, deserializerDelegateExpression, deserializerType, eventTransformerDelegateExpression, inboundEventChannelAdapter, inboundEventProcessingPipeline, payloadExtractorDelegateExpression, pipelineDelegateExpressioncategory, channelType, description, key, name, type| Constructor and Description |
|---|
JmsInboundChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConcurrency() |
String |
getDestination() |
String |
getSelector() |
String |
getSubscription() |
void |
setConcurrency(String concurrency) |
void |
setDestination(String destination) |
void |
setSelector(String selector) |
void |
setSubscription(String subscription) |
getChannelEventKeyDetection, getChannelEventTenantIdDetection, getDeserializerDelegateExpression, getDeserializerType, getEventTransformerDelegateExpression, getInboundEventChannelAdapter, getInboundEventProcessingPipeline, getPayloadExtractorDelegateExpression, getPipelineDelegateExpression, setChannelEventKeyDetection, setChannelEventTenantIdDetection, setDeserializerDelegateExpression, setDeserializerType, setEventTransformerDelegateExpression, setInboundEventChannelAdapter, setInboundEventProcessingPipeline, setPayloadExtractorDelegateExpression, setPipelineDelegateExpressiongetCategory, getChannelType, getDescription, getKey, getName, getType, setCategory, setChannelType, setDescription, setKey, setName, setTypeprotected String destination
protected String selector
protected String subscription
protected String concurrency
public String getDestination()
public void setDestination(String destination)
public String getSelector()
public void setSelector(String selector)
public String getSubscription()
public void setSubscription(String subscription)
public String getConcurrency()
public void setConcurrency(String concurrency)
Copyright © 2021 Flowable. All rights reserved.