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 |
---|---|
ServiceBusClientBuilder |
ServiceBusClientBuilder.configuration(com.azure.core.util.Configuration configuration)
Sets the configuration store that is used during construction of the service client.
|
ServiceBusClientBuilder |
ServiceBusClientBuilder.connectionString(String connectionString)
Sets the connection string for a Service Bus namespace or a specific Service Bus resource.
|
ServiceBusClientBuilder |
ServiceBusClientBuilder.credential(String fullyQualifiedNamespace,
com.azure.core.credential.TokenCredential credential)
Sets the credential for the Service Bus resource.
|
ServiceBusClientBuilder |
ServiceBusClientBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions)
Sets the proxy configuration to use for
ServiceBusSenderAsyncClient . |
ServiceBusClientBuilder |
ServiceBusClientBuilder.retryOptions(com.azure.core.amqp.AmqpRetryOptions retryOptions)
Sets the retry options for Service Bus clients.
|
ServiceBusClientBuilder |
ServiceBusClientBuilder.transportType(com.azure.core.amqp.AmqpTransportType transportType)
Sets the transport type by which all the communication with Azure Service Bus occurs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.