Uses of Class
com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Packages that use WebPubSubServiceClientBuilder
Package
Description
Package containing classes for creating clients to perform operations on the Azure Web Pub Sub Service.
-
Uses of WebPubSubServiceClientBuilder in com.azure.messaging.webpubsub
Methods in com.azure.messaging.webpubsub that return WebPubSubServiceClientBuilderModifier and TypeMethodDescriptionWebPubSubServiceClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.WebPubSubServiceClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.WebPubSubServiceClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.WebPubSubServiceClientBuilder.connectionString(String connectionString) Sets the credential to use when authenticating HTTP requests.WebPubSubServiceClientBuilder.credential(com.azure.core.credential.AzureKeyCredential credential) Sets theAzureKeyCredentialused to authenticate HTTP requests.WebPubSubServiceClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.Sets the service endpoint for the Azure Web Pub Sub instance.WebPubSubServiceClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.WebPubSubServiceClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.Target hub name, which should start with alphabetic characters and only contain alphanumeric characters or underscore.WebPubSubServiceClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.WebPubSubServiceClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.WebPubSubServiceClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theHttpPipelinePolicythat is used when each request is sent.WebPubSubServiceClientBuilder.reverseProxyEndpoint(String reverseProxyEndpoint) Sets the reverse proxy endpoint.WebPubSubServiceClientBuilder.serviceVersion(WebPubSubServiceVersion version) Sets theWebPubSubServiceVersionthat is used when making API requests.