87 строки
5.0 KiB
YAML
87 строки
5.0 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\" />"
|
|
inheritedMembers:
|
|
- "com.azure.core.util.ClientOptions.getApplicationId()"
|
|
- "com.azure.core.util.ClientOptions.getHeaders()"
|
|
- "com.azure.core.util.ClientOptions.getMetricsOptions()"
|
|
- "com.azure.core.util.ClientOptions.setApplicationId(java.lang.String)"
|
|
- "com.azure.core.util.ClientOptions.setHeaders(java.lang.Iterable<com.azure.core.util.Header>)"
|
|
- "com.azure.core.util.ClientOptions.setMetricsOptions(com.azure.core.util.MetricsOptions)"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class AmqpClientOptions extends ClientOptions"
|
|
constructors:
|
|
- uid: "com.azure.core.amqp.AmqpClientOptions.AmqpClientOptions()"
|
|
fullName: "com.azure.core.amqp.AmqpClientOptions.AmqpClientOptions()"
|
|
name: "AmqpClientOptions()"
|
|
nameWithType: "AmqpClientOptions.AmqpClientOptions()"
|
|
syntax: "public AmqpClientOptions()"
|
|
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><<xref href=\"com.azure.core.util.Header?alt=com.azure.core.util.Header&text=Header\" data-throw-if-not-resolved=\"False\" />>"
|
|
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.7.1
|