ServiceBusSenderAsyncClient
,
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.See: Description
Interface | Description |
---|---|
MessageLockToken |
Type representing the lock-token.
|
Class | Description |
---|---|
ServiceBusClientBuilder |
The builder to create
ServiceBusReceiverAsyncClient and ServiceBusSenderAsyncClient . |
ServiceBusMessage |
The data structure encapsulating the message being sent-to Service Bus.
|
ServiceBusMessageBatch |
A class for aggregating
ServiceBusMessage into a single, size-limited, batch. |
ServiceBusReceivedMessage |
This class represents a received message from Service Bus.
|
ServiceBusReceivedMessageContext |
Represents the result of a receive message operation with context from Service Bus.
|
ServiceBusReceiverAsyncClient |
An asynchronous receiver responsible for receiving
ServiceBusReceivedMessage from a specific queue or
topic on Azure Service Bus. |
ServiceBusReceiverClient |
A synchronous receiver responsible for receiving
ServiceBusReceivedMessage from a specific queue or
topic on Azure Service Bus. |
ServiceBusSenderAsyncClient |
An asynchronous client to send messages to a Service Bus resource.
|
ServiceBusSenderClient |
A synchronous sender responsible for sending
ServiceBusMessage to specific queue or topic on
Azure Service Bus. |
ServiceBusSenderAsyncClient
,
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.Copyright © 2020 Microsoft Corporation. All rights reserved.