Uses of Class
com.azure.messaging.servicebus.ServiceBusClientBuilder
Packages that use ServiceBusClientBuilder
Package
Description
The Azure Service Bus client library allows Java developers to interact with Azure Service Bus entities by
publishing to and/or subscribing from queues and topics/subscriptions.
-
Uses of ServiceBusClientBuilder in com.azure.messaging.servicebus
Classes in com.azure.messaging.servicebus that implement interfaces with type arguments of type ServiceBusClientBuilderModifier and TypeClassDescriptionfinal classThis class provides a fluent builder API to aid the instantiation of clients to send and receive messages to/from Service Bus entities.final classThis class provides a fluent builder API to aid the instantiation of clients to send and receive messages to/from Service Bus entities.final classThis class provides a fluent builder API to aid the instantiation of clients to send and receive messages to/from Service Bus entities.final classThis class provides a fluent builder API to aid the instantiation of clients to send and receive messages to/from Service Bus entities.final classThis class provides a fluent builder API to aid the instantiation of clients to send and receive messages to/from Service Bus entities.final classThis class provides a fluent builder API to aid the instantiation of clients to send and receive messages to/from Service Bus entities.Methods in com.azure.messaging.servicebus that return ServiceBusClientBuilderModifier and TypeMethodDescriptionServiceBusClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Sets theClientOptionsto be sent from the client built from this builder, enabling customization of certain properties, as well as support the addition of custom header information.ServiceBusClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.ServiceBusClientBuilder.connectionString(String connectionString) Sets the connection string for a Service Bus namespace or a specific Service Bus resource.ServiceBusClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) Sets the credential with the shared access policies for the Service Bus resource.ServiceBusClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) Sets the credential with Shared Access Signature for the Service Bus resource.ServiceBusClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.ServiceBusClientBuilder.credential(String fullyQualifiedNamespace, com.azure.core.credential.AzureNamedKeyCredential credential) Sets the credential with the shared access policies for the Service Bus resource.ServiceBusClientBuilder.credential(String fullyQualifiedNamespace, com.azure.core.credential.AzureSasCredential credential) Sets the credential with Shared Access Signature for the Service Bus resource.ServiceBusClientBuilder.credential(String fullyQualifiedNamespace, com.azure.core.credential.TokenCredential credential) Sets the credential by using aTokenCredentialfor the Service Bus resource.ServiceBusClientBuilder.customEndpointAddress(String customEndpointAddress) Sets a custom endpoint address when connecting to the Service Bus service.ServiceBusClientBuilder.enableCrossEntityTransactions()Enable cross entity transaction on the connection to Service bus.ServiceBusClientBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Sets the fully-qualified namespace for the Service Bus.ServiceBusClientBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) Sets the proxy configuration to use forServiceBusSenderAsyncClient.ServiceBusClientBuilder.retryOptions(com.azure.core.amqp.AmqpRetryOptions retryOptions) Sets the retry options for Service Bus clients.ServiceBusClientBuilder.transportType(com.azure.core.amqp.AmqpTransportType transportType) Sets the transport type by which all the communication with Azure Service Bus occurs.