| Modifier and Type | Method and Description |
|---|---|
InternalAckMode |
ConsumerAckMode.getInternalAckMode() |
InternalAckMode |
AckMode.getInternalAckMode() |
| Modifier and Type | Method and Description |
|---|---|
static InternalAckMode |
AmqpCommons.toInternalAckMode(AmqpAckMode ackMode) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AmqpCommons.evaluateMessageAck(com.rabbitmq.client.Channel channel,
AmqpMessage message,
AmqpChannelManager channelManager,
InternalAckMode ackMode,
String ackId) |
| Modifier and Type | Method and Description |
|---|---|
InternalAckMode |
AmqpAckMode.getInternalAckMode() |
static InternalAckMode |
InternalAckMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalAckMode[] |
InternalAckMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpMessageConsumer |
AmqpConnection.createConsumer(com.rabbitmq.client.Channel channel,
String queue,
long timeout,
InternalAckMode ackMode) |
AmqpMessageConsumer |
AmqpConnection.createConsumer(com.rabbitmq.client.Channel channel,
String queue,
long timeout,
String consumerTag,
InternalAckMode ackMode)
Creates a new AMQP Message Consumer
|
| Constructor and Description |
|---|
DefaultAmqpMessageConsumer(com.rabbitmq.client.Channel channel,
String queue,
long timeout,
InternalAckMode ackMode,
String consumerTag) |
| Modifier and Type | Method and Description |
|---|---|
InternalAckMode |
MultiChannelReceiverManager.getAckMode() |
| Modifier and Type | Method and Description |
|---|---|
MultiChannelReceiverManager.Builder |
MultiChannelReceiverManager.Builder.withAckMode(InternalAckMode ackMode) |
| Constructor and Description |
|---|
MessageReceiverConsumer(com.rabbitmq.client.Channel channel,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AmqpAttributes> sourceCallback,
String inboundEncoding,
String configEncoding,
String inboundContentType,
String configContentType,
InternalAckMode ackMode,
AmqpChannelManager channelManager,
AmqpTransactionalConnection amqpTransactionalConnection,
MultiChannelMessageSubReceiver multiChannelMessageSubReceiver) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.