| Modifier and Type | Method and Description |
|---|---|
static DeliveryMode |
DeliveryMode.fromCode(Integer code) |
DeliveryMode |
AmqpPublisherConfig.getDeliveryMode() |
static DeliveryMode |
DeliveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryMode[] |
DeliveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpPublisherConfig.setDeliveryMode(DeliveryMode deliveryMode) |
| Modifier and Type | Method and Description |
|---|---|
Message |
AmqpMessageBuilder.build(boolean mandatory,
boolean immediate,
String routingKey,
String exchange,
String configContentType,
String configEncoding,
DeliveryMode deliveryMode,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
org.mule.runtime.api.transformation.TransformationService transformationService) |
| Modifier and Type | Method and Description |
|---|---|
DeliveryMode |
Properties.getDeliveryMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.setDeliveryMode(DeliveryMode deliveryMode) |
Properties.Builder |
Properties.Builder.withDeliveryMode(DeliveryMode deliveryMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpMessage.setDeliveryMode(DeliveryMode deliveryMode) |
static Message |
AmqpMessageUtils.toMessage(org.mule.runtime.api.metadata.TypedValue<Object> typedValueObject,
AmqpProperties basicProperties,
Map<String,Object> headers,
boolean mandatory,
boolean immediate,
String routingKey,
String exchange,
String configContentType,
String configEncoding,
DeliveryMode deliveryMode,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
org.mule.runtime.api.transformation.TransformationService transformationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpPublish.publish(AmqpConfig config,
AmqpTransactionalConnection connection,
String exchangeName,
ExchangeDefinition fallbackExchangeDefinition,
List<String> routingKeys,
DeliveryMode deliveryMode,
AmqpMessageBuilder messageBuilder,
AmqpPublishParameters overrides,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy sendCorrelationId,
boolean createFallbackExchange,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
Operation that allows the user to publish a single
AmqpMessage to a given exchange |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> |
AmqpPublishConsume.publishConsume(AmqpConfig config,
AmqpTransactionalConnection connection,
String exchangeName,
String contentType,
String encoding,
ExchangeDefinition fallbackExchangeDefinition,
String routingKey,
DeliveryMode deliveryMode,
Long maximumWait,
TimeUnit maximumWaitUnit,
AmqpMessageBuilder messageBuilder,
AmqpPublishParameters overrides,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy sendCorrelationId,
boolean createFallbackExchange,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
Operation that allows the user to send a message to a AMQP Exchange and waits for a response either to the provided replyTo
destination or to a temporary destination created dynamically
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryMode |
AmqpResponseMessageBuilder.getDeliveryMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpResponseMessageBuilder.setDeliveryMode(DeliveryMode deliveryMode) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.