Uses of Class
com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Packages that use SchemaRegistryClientBuilder
Package
Description
Package containing clients for Azure Schema Registry service.
-
Uses of SchemaRegistryClientBuilder in com.azure.data.schemaregistry
Methods in com.azure.data.schemaregistry that return SchemaRegistryClientBuilderModifier and TypeMethodDescriptionSchemaRegistryClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.SchemaRegistryClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.SchemaRegistryClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.SchemaRegistryClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.SchemaRegistryClientBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Sets the fully qualified namespace for the Azure Schema Registry instance.SchemaRegistryClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.SchemaRegistryClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.SchemaRegistryClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.SchemaRegistryClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.SchemaRegistryClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicythat is used when each request is sent.SchemaRegistryClientBuilder.serviceVersion(com.azure.core.util.ServiceVersion serviceVersion) Sets the service version to use.