azure-docs-sdk-java/docs-ref-autogen/com.azure.core.amqp.AmqpCli...

95 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.amqp.AmqpClientOptions"
fullName: "com.azure.core.amqp.AmqpClientOptions"
name: "AmqpClientOptions"
nameWithType: "AmqpClientOptions"
summary: "General configuration options for AMQP clients."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ClientOptions?alt=com.azure.core.util.ClientOptions&text=ClientOptions\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ClientOptions.getApplicationId()?alt=com.azure.core.util.ClientOptions.getApplicationId&text=getApplicationId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions.getHeaders()?alt=com.azure.core.util.ClientOptions.getHeaders&text=getHeaders\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions.getMetricsOptions()?alt=com.azure.core.util.ClientOptions.getMetricsOptions&text=getMetricsOptions\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions.getTracingOptions()?alt=com.azure.core.util.ClientOptions.getTracingOptions&text=getTracingOptions\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions.setApplicationId(java.lang.String)?alt=com.azure.core.util.ClientOptions.setApplicationId&text=setApplicationId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions.setHeaders(java.lang.Iterable<com.azure.core.util.Header>)?alt=com.azure.core.util.ClientOptions.setHeaders&text=setHeaders\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions.setMetricsOptions(com.azure.core.util.MetricsOptions)?alt=com.azure.core.util.ClientOptions.setMetricsOptions&text=setMetricsOptions\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ClientOptions.setTracingOptions(com.azure.core.util.TracingOptions)?alt=com.azure.core.util.ClientOptions.setTracingOptions&text=setTracingOptions\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AmqpClientOptions**</br> extends <xref href=\"com.azure.core.util.ClientOptions?alt=com.azure.core.util.ClientOptions&text=ClientOptions\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.core.amqp.AmqpClientOptions.AmqpClientOptions()"
fullName: "com.azure.core.amqp.AmqpClientOptions.AmqpClientOptions()"
name: "AmqpClientOptions()"
nameWithType: "AmqpClientOptions.AmqpClientOptions()"
summary: "Creates an instance of <xref uid=\"com.azure.core.amqp.AmqpClientOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpClientOptions\"></xref>."
syntax: "public AmqpClientOptions()"
desc: "Creates an instance of <xref uid=\"com.azure.core.amqp.AmqpClientOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpClientOptions\"></xref>."
methods:
- uid: "com.azure.core.amqp.AmqpClientOptions.getIdentifier()"
fullName: "com.azure.core.amqp.AmqpClientOptions.getIdentifier()"
name: "getIdentifier()"
nameWithType: "AmqpClientOptions.getIdentifier()"
summary: "Gets the identifier for the AMQP client."
syntax: "public String getIdentifier()"
desc: "Gets the identifier for the AMQP client."
returns:
description: "AMQP client identifier."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.amqp.AmqpClientOptions.setApplicationId(java.lang.String)"
fullName: "com.azure.core.amqp.AmqpClientOptions.setApplicationId(String applicationId)"
name: "setApplicationId(String applicationId)"
nameWithType: "AmqpClientOptions.setApplicationId(String applicationId)"
overridden: "com.azure.core.util.ClientOptions.setApplicationId(java.lang.String)"
parameters:
- name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AmqpClientOptions setApplicationId(String applicationId)"
returns:
type: "<xref href=\"com.azure.core.amqp.AmqpClientOptions?alt=com.azure.core.amqp.AmqpClientOptions&text=AmqpClientOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.AmqpClientOptions.setHeaders(java.lang.Iterable<com.azure.core.util.Header>)"
fullName: "com.azure.core.amqp.AmqpClientOptions.setHeaders(Iterable<Header> headers)"
name: "setHeaders(Iterable<Header> headers)"
nameWithType: "AmqpClientOptions.setHeaders(Iterable<Header> headers)"
overridden: "com.azure.core.util.ClientOptions.setHeaders(java.lang.Iterable<com.azure.core.util.Header>)"
parameters:
- name: "headers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html\">Iterable</a>&lt;<xref href=\"com.azure.core.util.Header?alt=com.azure.core.util.Header&text=Header\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AmqpClientOptions setHeaders(Iterable<Header> headers)"
returns:
type: "<xref href=\"com.azure.core.amqp.AmqpClientOptions?alt=com.azure.core.amqp.AmqpClientOptions&text=AmqpClientOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.AmqpClientOptions.setIdentifier(java.lang.String)"
fullName: "com.azure.core.amqp.AmqpClientOptions.setIdentifier(String identifier)"
name: "setIdentifier(String identifier)"
nameWithType: "AmqpClientOptions.setIdentifier(String identifier)"
summary: "Sets the identifier for the AMQP client."
parameters:
- description: "A specific string to identify AMQP client. If null or empty, a UUID will be used as the\n identifier."
name: "identifier"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AmqpClientOptions setIdentifier(String identifier)"
desc: "Sets the identifier for the AMQP client."
returns:
description: "The updated <xref uid=\"com.azure.core.amqp.AmqpClientOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpClientOptions\"></xref> object."
type: "<xref href=\"com.azure.core.amqp.AmqpClientOptions?alt=com.azure.core.amqp.AmqpClientOptions&text=AmqpClientOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "General configuration options for AMQP clients."
metadata: {}
package: "com.azure.core.amqp"
artifact: com.azure:azure-core-amqp:2.9.9