aio Package
Packages
management |
Classes
AutoLockRenewer |
Auto lock renew. An asynchronous AutoLockRenewer handler for renewing the lock tokens of messages and/or sessions in the background. |
ServiceBusClient |
The ServiceBusClient class defines a high level interface for getting ServiceBusSender and ServiceBusReceiver. |
ServiceBusReceiver |
The ServiceBusReceiver class defines a high level interface for receiving messages from the Azure Service Bus Queue or Topic Subscription. The two primary channels for message receipt are receive() to make a single request for messages, and async for message in receiver: to continuously receive incoming messages in an ongoing fashion. Please use the get_<queue/subscription>_receiver method of ~azure.servicebus.aio.ServiceBusClient to create a ServiceBusReceiver instance. |
ServiceBusSender |
The ServiceBusSender class defines a high level interface for sending messages to the Azure Service Bus Queue or Topic. Please use the |
ServiceBusSession |
The ServiceBusSession is used for manage session states and lock renewal. Please use the property |
Azure SDK for Python