public class MultiChannelReceiverManager extends Object implements ChannelReceiverManager
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiChannelReceiverManager.Builder |
| Modifier and Type | Method and Description |
|---|---|
InternalAckMode |
getAckMode() |
AmqpChannelManager |
getChannelManager() |
String |
getConfigContentType() |
String |
getConfigEncoding() |
AmqpTransactionalConnection |
getConnection() |
ConsumerManager |
getConsumerManager() |
String |
getConsumerTag() |
String |
getInboundContentType() |
String |
getInboundEncoding() |
ListenerQualityOfService |
getQualityOfService() |
String |
getQueueName() |
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AmqpAttributes> |
getSourceCallback() |
org.mule.runtime.extension.api.tx.SourceTransactionalAction |
getTransactionalAction() |
boolean |
isExclusiveConsumers() |
boolean |
isNoLocal() |
void |
restart() |
void |
start() |
void |
stop() |
void |
suspendConsumers() |
public void start()
throws org.mule.runtime.api.connection.ConnectionException
start in interface ChannelReceiverManagerorg.mule.runtime.api.connection.ConnectionExceptionpublic void stop()
stop in interface ChannelReceiverManagerpublic void restart()
throws org.mule.runtime.api.connection.ConnectionException
restart in interface ChannelReceiverManagerorg.mule.runtime.api.connection.ConnectionExceptionpublic InternalAckMode getAckMode()
public String getQueueName()
public boolean isNoLocal()
public boolean isExclusiveConsumers()
public String getConsumerTag()
public org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AmqpAttributes> getSourceCallback()
public String getInboundContentType()
public String getConfigContentType()
public String getInboundEncoding()
public String getConfigEncoding()
public AmqpChannelManager getChannelManager()
public org.mule.runtime.extension.api.tx.SourceTransactionalAction getTransactionalAction()
public AmqpTransactionalConnection getConnection()
public ConsumerManager getConsumerManager()
public ListenerQualityOfService getQualityOfService()
public void suspendConsumers()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.