azure-docs-sdk-java/docs-ref-autogen/com.azure.core.amqp.AmqpMan...

51 строка
3.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.amqp.AmqpManagementNode"
fullName: "com.azure.core.amqp.AmqpManagementNode"
name: "AmqpManagementNode"
nameWithType: "AmqpManagementNode"
summary: "An AMQP endpoint that allows users to perform management and metadata operations on it."
syntax: "public interface **AmqpManagementNode**</br> extends <xref href=\"com.azure.core.util.AsyncCloseable?alt=com.azure.core.util.AsyncCloseable&text=AsyncCloseable\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.azure.core.amqp.AmqpManagementNode.send(com.azure.core.amqp.models.AmqpAnnotatedMessage)"
fullName: "com.azure.core.amqp.AmqpManagementNode.send(AmqpAnnotatedMessage message)"
name: "send(AmqpAnnotatedMessage message)"
nameWithType: "AmqpManagementNode.send(AmqpAnnotatedMessage message)"
summary: "Sends a message to the management node."
modifiers:
- "abstract"
parameters:
- description: "Message to send."
name: "message"
type: "<xref href=\"com.azure.core.amqp.models.AmqpAnnotatedMessage?alt=com.azure.core.amqp.models.AmqpAnnotatedMessage&text=AmqpAnnotatedMessage\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<AmqpAnnotatedMessage> send(AmqpAnnotatedMessage message)"
desc: "Sends a message to the management node."
returns:
description: "Response from management node."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.amqp.models.AmqpAnnotatedMessage?alt=com.azure.core.amqp.models.AmqpAnnotatedMessage&text=AmqpAnnotatedMessage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.core.amqp.AmqpManagementNode.send(com.azure.core.amqp.models.AmqpAnnotatedMessage,com.azure.core.amqp.models.DeliveryOutcome)"
fullName: "com.azure.core.amqp.AmqpManagementNode.send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome)"
name: "send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome)"
nameWithType: "AmqpManagementNode.send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome)"
summary: "Sends a message to the management node and associates the `deliveryOutcome` with that message."
modifiers:
- "abstract"
parameters:
- description: "Message to send."
name: "message"
type: "<xref href=\"com.azure.core.amqp.models.AmqpAnnotatedMessage?alt=com.azure.core.amqp.models.AmqpAnnotatedMessage&text=AmqpAnnotatedMessage\" data-throw-if-not-resolved=\"False\" />"
- description: "Delivery outcome to associate with the message."
name: "deliveryOutcome"
type: "<xref href=\"com.azure.core.amqp.models.DeliveryOutcome?alt=com.azure.core.amqp.models.DeliveryOutcome&text=DeliveryOutcome\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<AmqpAnnotatedMessage> send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome)"
desc: "Sends a message to the management node and associates the `deliveryOutcome` with that message."
returns:
description: "Response from management node."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.amqp.models.AmqpAnnotatedMessage?alt=com.azure.core.amqp.models.AmqpAnnotatedMessage&text=AmqpAnnotatedMessage\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An AMQP endpoint that allows users to perform management and metadata operations on it."
implements:
- "<xref href=\"com.azure.core.util.AsyncCloseable?alt=com.azure.core.util.AsyncCloseable&text=AsyncCloseable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.core.amqp"
artifact: com.azure:azure-core-amqp:2.9.11