Package | Description |
---|---|
com.azure.messaging.servicebus |
Package containing classes for creating
ServiceBusSenderAsyncClient ,
ServiceBusReceiverAsyncClient to perform operations on Azure Service Bus. |
Modifier and Type | Method and Description |
---|---|
ServiceBusReceiverAsyncClient |
ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder.buildAsyncClient()
Creates an asynchronous, session-aware Service Bus receiver responsible for reading
messages from a specific queue or topic. |
ServiceBusReceiverAsyncClient |
ServiceBusClientBuilder.ServiceBusReceiverClientBuilder.buildAsyncClient()
Creates an asynchronous Service Bus receiver responsible for reading
messages from a specific queue or topic. |
Copyright © 2020 Microsoft Corporation. All rights reserved.