public class RabbitInboundChannelModel extends InboundChannelModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
ackMode |
protected String |
admin |
protected String |
concurrency |
protected boolean |
exclusive |
protected String |
executor |
protected String |
priority |
protected Collection<String> |
queues |
channelEventKeyDetection, channelEventTenantIdDetection, deserializerDelegateExpression, deserializerType, eventTransformerDelegateExpression, inboundEventChannelAdapter, inboundEventProcessingPipeline, payloadExtractorDelegateExpression, pipelineDelegateExpressioncategory, channelType, description, key, name, type| Constructor and Description |
|---|
RabbitInboundChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAckMode() |
String |
getAdmin() |
String |
getConcurrency() |
String |
getExecutor() |
String |
getPriority() |
Collection<String> |
getQueues() |
boolean |
isExclusive() |
void |
setAckMode(String ackMode) |
void |
setAdmin(String admin) |
void |
setConcurrency(String concurrency) |
void |
setExclusive(boolean exclusive) |
void |
setExecutor(String executor) |
void |
setPriority(String priority) |
void |
setQueues(Collection<String> queues) |
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 Collection<String> queues
protected boolean exclusive
protected String priority
protected String admin
protected String concurrency
protected String executor
protected String ackMode
public Collection<String> getQueues()
public void setQueues(Collection<String> queues)
public boolean isExclusive()
public void setExclusive(boolean exclusive)
public String getPriority()
public void setPriority(String priority)
public String getAdmin()
public void setAdmin(String admin)
public String getConcurrency()
public void setConcurrency(String concurrency)
public String getExecutor()
public void setExecutor(String executor)
public String getAckMode()
public void setAckMode(String ackMode)
Copyright © 2021 Flowable. All rights reserved.