azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

1534 строки
76 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.primitives.ClientConstants"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants"
name: "ClientConstants"
nameWithType: "ClientConstants"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **ClientConstants**"
fields:
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.AMQPS_PORT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.AMQPS_PORT"
name: "AMQPS_PORT"
nameWithType: "ClientConstants.AMQPS_PORT"
modifiers:
- "static"
- "final"
field:
value: "5671"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int AMQPS_PORT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.ARGUMENT_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.ARGUMENT_ERROR"
name: "ARGUMENT_ERROR"
nameWithType: "ClientConstants.ARGUMENT_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol ARGUMENT_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.ARGUMENT_OUT_OF_RANGE_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.ARGUMENT_OUT_OF_RANGE_ERROR"
name: "ARGUMENT_OUT_OF_RANGE_ERROR"
nameWithType: "ClientConstants.ARGUMENT_OUT_OF_RANGE_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol ARGUMENT_OUT_OF_RANGE_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.CORRELATION_FILTER_DESCRIPTOR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.CORRELATION_FILTER_DESCRIPTOR"
name: "CORRELATION_FILTER_DESCRIPTOR"
nameWithType: "ClientConstants.CORRELATION_FILTER_DESCRIPTOR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.UnsignedLong?alt=org.apache.qpid.proton.amqp.UnsignedLong&text=UnsignedLong\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnsignedLong CORRELATION_FILTER_DESCRIPTOR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.CURRENT_JAVACLIENT_VERSION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.CURRENT_JAVACLIENT_VERSION"
name: "CURRENT_JAVACLIENT_VERSION"
nameWithType: "ClientConstants.CURRENT_JAVACLIENT_VERSION"
modifiers:
- "static"
- "final"
field:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String CURRENT_JAVACLIENT_VERSION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTERNAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTERNAME"
name: "DEADLETTERNAME"
nameWithType: "ClientConstants.DEADLETTERNAME"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol DEADLETTERNAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTERSOURCENAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTERSOURCENAME"
name: "DEADLETTERSOURCENAME"
nameWithType: "ClientConstants.DEADLETTERSOURCENAME"
modifiers:
- "static"
- "final"
field:
value: "x-opt-deadletter-source"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DEADLETTERSOURCENAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTER_ERROR_DESCRIPTION_HEADER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTER_ERROR_DESCRIPTION_HEADER"
name: "DEADLETTER_ERROR_DESCRIPTION_HEADER"
nameWithType: "ClientConstants.DEADLETTER_ERROR_DESCRIPTION_HEADER"
modifiers:
- "static"
- "final"
field:
value: "DeadLetterErrorDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DEADLETTER_ERROR_DESCRIPTION_HEADER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTER_REASON_HEADER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEADLETTER_REASON_HEADER"
name: "DEADLETTER_REASON_HEADER"
nameWithType: "ClientConstants.DEADLETTER_REASON_HEADER"
modifiers:
- "static"
- "final"
field:
value: "DeadLetterReason"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DEADLETTER_REASON_HEADER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_IS_TRANSIENT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_IS_TRANSIENT"
name: "DEFAULT_IS_TRANSIENT"
nameWithType: "ClientConstants.DEFAULT_IS_TRANSIENT"
modifiers:
- "static"
- "final"
field:
value: "true"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final boolean DEFAULT_IS_TRANSIENT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_MAX_RETRY_COUNT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_MAX_RETRY_COUNT"
name: "DEFAULT_MAX_RETRY_COUNT"
nameWithType: "ClientConstants.DEFAULT_MAX_RETRY_COUNT"
modifiers:
- "static"
- "final"
field:
value: "10"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int DEFAULT_MAX_RETRY_COUNT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_OPERATION_TIMEOUT_IN_SECONDS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_OPERATION_TIMEOUT_IN_SECONDS"
name: "DEFAULT_OPERATION_TIMEOUT_IN_SECONDS"
nameWithType: "ClientConstants.DEFAULT_OPERATION_TIMEOUT_IN_SECONDS"
modifiers:
- "static"
- "final"
field:
value: "30"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int DEFAULT_OPERATION_TIMEOUT_IN_SECONDS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_RERTRY_MAX_BACKOFF"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_RERTRY_MAX_BACKOFF"
name: "DEFAULT_RERTRY_MAX_BACKOFF"
nameWithType: "ClientConstants.DEFAULT_RERTRY_MAX_BACKOFF"
modifiers:
- "static"
- "final"
field:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public static final Duration DEFAULT_RERTRY_MAX_BACKOFF"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_RERTRY_MIN_BACKOFF"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_RERTRY_MIN_BACKOFF"
name: "DEFAULT_RERTRY_MIN_BACKOFF"
nameWithType: "ClientConstants.DEFAULT_RERTRY_MIN_BACKOFF"
modifiers:
- "static"
- "final"
field:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public static final Duration DEFAULT_RERTRY_MIN_BACKOFF"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_RETRY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DEFAULT_RETRY"
name: "DEFAULT_RETRY"
nameWithType: "ClientConstants.DEFAULT_RETRY"
modifiers:
- "static"
- "final"
field:
value: "Default"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DEFAULT_RETRY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_ABANDONED"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_ABANDONED"
name: "DISPOSITION_STATUS_ABANDONED"
nameWithType: "ClientConstants.DISPOSITION_STATUS_ABANDONED"
modifiers:
- "static"
- "final"
field:
value: "abandoned"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DISPOSITION_STATUS_ABANDONED"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_COMPLETED"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_COMPLETED"
name: "DISPOSITION_STATUS_COMPLETED"
nameWithType: "ClientConstants.DISPOSITION_STATUS_COMPLETED"
modifiers:
- "static"
- "final"
field:
value: "completed"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DISPOSITION_STATUS_COMPLETED"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_DEFERED"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_DEFERED"
name: "DISPOSITION_STATUS_DEFERED"
nameWithType: "ClientConstants.DISPOSITION_STATUS_DEFERED"
modifiers:
- "static"
- "final"
field:
value: "defered"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DISPOSITION_STATUS_DEFERED"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_SUSPENDED"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.DISPOSITION_STATUS_SUSPENDED"
name: "DISPOSITION_STATUS_SUSPENDED"
nameWithType: "ClientConstants.DISPOSITION_STATUS_SUSPENDED"
modifiers:
- "static"
- "final"
field:
value: "suspended"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String DISPOSITION_STATUS_SUSPENDED"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.EMPTY_RULE_ACTION_DESCRIPTOR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.EMPTY_RULE_ACTION_DESCRIPTOR"
name: "EMPTY_RULE_ACTION_DESCRIPTOR"
nameWithType: "ClientConstants.EMPTY_RULE_ACTION_DESCRIPTOR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.UnsignedLong?alt=org.apache.qpid.proton.amqp.UnsignedLong&text=UnsignedLong\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnsignedLong EMPTY_RULE_ACTION_DESCRIPTOR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENQUEUEDTIMEUTCNAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENQUEUEDTIMEUTCNAME"
name: "ENQUEUEDTIMEUTCNAME"
nameWithType: "ClientConstants.ENQUEUEDTIMEUTCNAME"
modifiers:
- "static"
- "final"
field:
value: "x-opt-enqueued-time"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String ENQUEUEDTIMEUTCNAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENTITY_ALREADY_EXISTS_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENTITY_ALREADY_EXISTS_ERROR"
name: "ENTITY_ALREADY_EXISTS_ERROR"
nameWithType: "ClientConstants.ENTITY_ALREADY_EXISTS_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol ENTITY_ALREADY_EXISTS_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENTITY_DISABLED_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENTITY_DISABLED_ERROR"
name: "ENTITY_DISABLED_ERROR"
nameWithType: "ClientConstants.ENTITY_DISABLED_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol ENTITY_DISABLED_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENTITY_TYPE_PROPERTY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.ENTITY_TYPE_PROPERTY"
name: "ENTITY_TYPE_PROPERTY"
nameWithType: "ClientConstants.ENTITY_TYPE_PROPERTY"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol ENTITY_TYPE_PROPERTY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.FALSE_FILTER_DESCRIPTOR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.FALSE_FILTER_DESCRIPTOR"
name: "FALSE_FILTER_DESCRIPTOR"
nameWithType: "ClientConstants.FALSE_FILTER_DESCRIPTOR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.UnsignedLong?alt=org.apache.qpid.proton.amqp.UnsignedLong&text=UnsignedLong\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnsignedLong FALSE_FILTER_DESCRIPTOR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.FATAL_MARKER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.FATAL_MARKER"
name: "FATAL_MARKER"
nameWithType: "ClientConstants.FATAL_MARKER"
modifiers:
- "static"
- "final"
field:
value: "FATAL"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String FATAL_MARKER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.HTTPS_PORT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.HTTPS_PORT"
name: "HTTPS_PORT"
nameWithType: "ClientConstants.HTTPS_PORT"
modifiers:
- "static"
- "final"
field:
value: "443"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int HTTPS_PORT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.HTTPS_URI_FORMAT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.HTTPS_URI_FORMAT"
name: "HTTPS_URI_FORMAT"
nameWithType: "ClientConstants.HTTPS_URI_FORMAT"
modifiers:
- "static"
- "final"
field:
value: "https://%s:%s"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String HTTPS_URI_FORMAT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.LINK_PEEKMODE_PROPERTY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.LINK_PEEKMODE_PROPERTY"
name: "LINK_PEEKMODE_PROPERTY"
nameWithType: "ClientConstants.LINK_PEEKMODE_PROPERTY"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol LINK_PEEKMODE_PROPERTY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.LINK_TIMEOUT_PROPERTY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.LINK_TIMEOUT_PROPERTY"
name: "LINK_TIMEOUT_PROPERTY"
nameWithType: "ClientConstants.LINK_TIMEOUT_PROPERTY"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol LINK_TIMEOUT_PROPERTY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.LINK_TRANSFER_DESTINATION_PROPERTY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.LINK_TRANSFER_DESTINATION_PROPERTY"
name: "LINK_TRANSFER_DESTINATION_PROPERTY"
nameWithType: "ClientConstants.LINK_TRANSFER_DESTINATION_PROPERTY"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol LINK_TRANSFER_DESTINATION_PROPERTY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.LOCKEDUNTILNAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.LOCKEDUNTILNAME"
name: "LOCKEDUNTILNAME"
nameWithType: "ClientConstants.LOCKEDUNTILNAME"
modifiers:
- "static"
- "final"
field:
value: "x-opt-locked-until"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String LOCKEDUNTILNAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.LOCKED_UNTIL_UTC"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.LOCKED_UNTIL_UTC"
name: "LOCKED_UNTIL_UTC"
nameWithType: "ClientConstants.LOCKED_UNTIL_UTC"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol LOCKED_UNTIL_UTC"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.LOCKTOKENSIZE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.LOCKTOKENSIZE"
name: "LOCKTOKENSIZE"
nameWithType: "ClientConstants.LOCKTOKENSIZE"
modifiers:
- "static"
- "final"
field:
value: "16"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int LOCKTOKENSIZE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_FRAME_SIZE_BYTES"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_FRAME_SIZE_BYTES"
name: "MAX_FRAME_SIZE_BYTES"
nameWithType: "ClientConstants.MAX_FRAME_SIZE_BYTES"
modifiers:
- "static"
- "final"
field:
value: "65536"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int MAX_FRAME_SIZE_BYTES"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_MESSAGE_LENGTH_BYTES"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_MESSAGE_LENGTH_BYTES"
name: "MAX_MESSAGE_LENGTH_BYTES"
nameWithType: "ClientConstants.MAX_MESSAGE_LENGTH_BYTES"
modifiers:
- "static"
- "final"
field:
value: "1048576"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int MAX_MESSAGE_LENGTH_BYTES"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_MESSAGING_AMQP_HEADER_SIZE_BYTES"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_MESSAGING_AMQP_HEADER_SIZE_BYTES"
name: "MAX_MESSAGING_AMQP_HEADER_SIZE_BYTES"
nameWithType: "ClientConstants.MAX_MESSAGING_AMQP_HEADER_SIZE_BYTES"
modifiers:
- "static"
- "final"
field:
value: "512"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int MAX_MESSAGING_AMQP_HEADER_SIZE_BYTES"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_PARTITION_KEY_LENGTH"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.MAX_PARTITION_KEY_LENGTH"
name: "MAX_PARTITION_KEY_LENGTH"
nameWithType: "ClientConstants.MAX_PARTITION_KEY_LENGTH"
modifiers:
- "static"
- "final"
field:
value: "128"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int MAX_PARTITION_KEY_LENGTH"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.MESSAGE_LOCK_LOST_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.MESSAGE_LOCK_LOST_ERROR"
name: "MESSAGE_LOCK_LOST_ERROR"
nameWithType: "ClientConstants.MESSAGE_LOCK_LOST_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol MESSAGE_LOCK_LOST_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.MESSAGE_NOT_FOUND_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.MESSAGE_NOT_FOUND_ERROR"
name: "MESSAGE_NOT_FOUND_ERROR"
nameWithType: "ClientConstants.MESSAGE_NOT_FOUND_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol MESSAGE_NOT_FOUND_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.NO_RETRY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.NO_RETRY"
name: "NO_RETRY"
nameWithType: "ClientConstants.NO_RETRY"
modifiers:
- "static"
- "final"
field:
value: "NoRetry"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String NO_RETRY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.PARTITIONKEYNAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.PARTITIONKEYNAME"
name: "PARTITIONKEYNAME"
nameWithType: "ClientConstants.PARTITIONKEYNAME"
modifiers:
- "static"
- "final"
field:
value: "x-opt-partition-key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String PARTITIONKEYNAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.PARTITION_NOT_OWNED_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.PARTITION_NOT_OWNED_ERROR"
name: "PARTITION_NOT_OWNED_ERROR"
nameWithType: "ClientConstants.PARTITION_NOT_OWNED_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol PARTITION_NOT_OWNED_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.PLATFORM_INFO"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.PLATFORM_INFO"
name: "PLATFORM_INFO"
nameWithType: "ClientConstants.PLATFORM_INFO"
modifiers:
- "static"
- "final"
field:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String PLATFORM_INFO"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.PRODUCT_NAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.PRODUCT_NAME"
name: "PRODUCT_NAME"
nameWithType: "ClientConstants.PRODUCT_NAME"
modifiers:
- "static"
- "final"
field:
value: "MSJavaClient"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String PRODUCT_NAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REACTOR_IO_POLL_TIMEOUT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REACTOR_IO_POLL_TIMEOUT"
name: "REACTOR_IO_POLL_TIMEOUT"
nameWithType: "ClientConstants.REACTOR_IO_POLL_TIMEOUT"
modifiers:
- "static"
- "final"
field:
value: "20"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int REACTOR_IO_POLL_TIMEOUT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ACCEPTED_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ACCEPTED_STATUS_CODE"
name: "REQUEST_RESPONSE_ACCEPTED_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_ACCEPTED_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "202"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int REQUEST_RESPONSE_ACCEPTED_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ADD_RULE_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ADD_RULE_OPERATION"
name: "REQUEST_RESPONSE_ADD_RULE_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_ADD_RULE_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:add-rule"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_ADD_RULE_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ASSOCIATED_LINK_NAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ASSOCIATED_LINK_NAME"
name: "REQUEST_RESPONSE_ASSOCIATED_LINK_NAME"
nameWithType: "ClientConstants.REQUEST_RESPONSE_ASSOCIATED_LINK_NAME"
modifiers:
- "static"
- "final"
field:
value: "associated-link-name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_ASSOCIATED_LINK_NAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CANCEL_CHEDULE_MESSAGE_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CANCEL_CHEDULE_MESSAGE_OPERATION"
name: "REQUEST_RESPONSE_CANCEL_CHEDULE_MESSAGE_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_CANCEL_CHEDULE_MESSAGE_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:cancel-scheduled-message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_CANCEL_CHEDULE_MESSAGE_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CONTENT_TYPE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CONTENT_TYPE"
name: "REQUEST_RESPONSE_CONTENT_TYPE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_CONTENT_TYPE"
modifiers:
- "static"
- "final"
field:
value: "content-type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_CONTENT_TYPE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CORRELATION_FILTER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CORRELATION_FILTER"
name: "REQUEST_RESPONSE_CORRELATION_FILTER"
nameWithType: "ClientConstants.REQUEST_RESPONSE_CORRELATION_FILTER"
modifiers:
- "static"
- "final"
field:
value: "correlation-filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_CORRELATION_FILTER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CORRELATION_FILTER_PROPERTIES"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CORRELATION_FILTER_PROPERTIES"
name: "REQUEST_RESPONSE_CORRELATION_FILTER_PROPERTIES"
nameWithType: "ClientConstants.REQUEST_RESPONSE_CORRELATION_FILTER_PROPERTIES"
modifiers:
- "static"
- "final"
field:
value: "properties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_CORRELATION_FILTER_PROPERTIES"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CORRELATION_ID"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_CORRELATION_ID"
name: "REQUEST_RESPONSE_CORRELATION_ID"
nameWithType: "ClientConstants.REQUEST_RESPONSE_CORRELATION_ID"
modifiers:
- "static"
- "final"
field:
value: "correlation-id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_CORRELATION_ID"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_DEADLETTER_DESCRIPTION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_DEADLETTER_DESCRIPTION"
name: "REQUEST_RESPONSE_DEADLETTER_DESCRIPTION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_DEADLETTER_DESCRIPTION"
modifiers:
- "static"
- "final"
field:
value: "deadletter-description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_DEADLETTER_DESCRIPTION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_DEADLETTER_REASON"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_DEADLETTER_REASON"
name: "REQUEST_RESPONSE_DEADLETTER_REASON"
nameWithType: "ClientConstants.REQUEST_RESPONSE_DEADLETTER_REASON"
modifiers:
- "static"
- "final"
field:
value: "deadletter-reason"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_DEADLETTER_REASON"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_DISPOSITION_STATUS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_DISPOSITION_STATUS"
name: "REQUEST_RESPONSE_DISPOSITION_STATUS"
nameWithType: "ClientConstants.REQUEST_RESPONSE_DISPOSITION_STATUS"
modifiers:
- "static"
- "final"
field:
value: "disposition-status"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_DISPOSITION_STATUS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ERROR_CONDITION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_ERROR_CONDITION"
name: "REQUEST_RESPONSE_ERROR_CONDITION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_ERROR_CONDITION"
modifiers:
- "static"
- "final"
field:
value: "errorCondition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_ERROR_CONDITION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_EXPIRATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_EXPIRATION"
name: "REQUEST_RESPONSE_EXPIRATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_EXPIRATION"
modifiers:
- "static"
- "final"
field:
value: "expiration"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_EXPIRATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_EXPIRATIONS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_EXPIRATIONS"
name: "REQUEST_RESPONSE_EXPIRATIONS"
nameWithType: "ClientConstants.REQUEST_RESPONSE_EXPIRATIONS"
modifiers:
- "static"
- "final"
field:
value: "expirations"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_EXPIRATIONS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_EXPRESSION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_EXPRESSION"
name: "REQUEST_RESPONSE_EXPRESSION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_EXPRESSION"
modifiers:
- "static"
- "final"
field:
value: "expression"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_EXPRESSION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_FROM_SEQUENCE_NUMER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_FROM_SEQUENCE_NUMER"
name: "REQUEST_RESPONSE_FROM_SEQUENCE_NUMER"
nameWithType: "ClientConstants.REQUEST_RESPONSE_FROM_SEQUENCE_NUMER"
modifiers:
- "static"
- "final"
field:
value: "from-sequence-number"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_FROM_SEQUENCE_NUMER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_GET_MESSAGE_SESSIONS_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_GET_MESSAGE_SESSIONS_OPERATION"
name: "REQUEST_RESPONSE_GET_MESSAGE_SESSIONS_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_GET_MESSAGE_SESSIONS_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:get-message-sessions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_GET_MESSAGE_SESSIONS_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_GET_RULES_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_GET_RULES_OPERATION"
name: "REQUEST_RESPONSE_GET_RULES_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_GET_RULES_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:enumerate-rules"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_GET_RULES_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_GET_SESSION_STATE_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_GET_SESSION_STATE_OPERATION"
name: "REQUEST_RESPONSE_GET_SESSION_STATE_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_GET_SESSION_STATE_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:get-session-state"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_GET_SESSION_STATE_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LABEL"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LABEL"
name: "REQUEST_RESPONSE_LABEL"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LABEL"
modifiers:
- "static"
- "final"
field:
value: "label"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LABEL"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LAST_SESSION_ID"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LAST_SESSION_ID"
name: "REQUEST_RESPONSE_LAST_SESSION_ID"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LAST_SESSION_ID"
modifiers:
- "static"
- "final"
field:
value: "last-session-id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LAST_SESSION_ID"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LAST_UPDATED_TIME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LAST_UPDATED_TIME"
name: "REQUEST_RESPONSE_LAST_UPDATED_TIME"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LAST_UPDATED_TIME"
modifiers:
- "static"
- "final"
field:
value: "last-updated-time"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LAST_UPDATED_TIME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LEGACY_ERROR_CONDITION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LEGACY_ERROR_CONDITION"
name: "REQUEST_RESPONSE_LEGACY_ERROR_CONDITION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LEGACY_ERROR_CONDITION"
modifiers:
- "static"
- "final"
field:
value: "error-condition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LEGACY_ERROR_CONDITION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LEGACY_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LEGACY_STATUS_CODE"
name: "REQUEST_RESPONSE_LEGACY_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LEGACY_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "status-code"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LEGACY_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LEGACY_STATUS_DESCRIPTION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LEGACY_STATUS_DESCRIPTION"
name: "REQUEST_RESPONSE_LEGACY_STATUS_DESCRIPTION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LEGACY_STATUS_DESCRIPTION"
modifiers:
- "static"
- "final"
field:
value: "status-description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LEGACY_STATUS_DESCRIPTION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LOCKTOKEN"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LOCKTOKEN"
name: "REQUEST_RESPONSE_LOCKTOKEN"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LOCKTOKEN"
modifiers:
- "static"
- "final"
field:
value: "lock-token"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LOCKTOKEN"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LOCKTOKENS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_LOCKTOKENS"
name: "REQUEST_RESPONSE_LOCKTOKENS"
nameWithType: "ClientConstants.REQUEST_RESPONSE_LOCKTOKENS"
modifiers:
- "static"
- "final"
field:
value: "lock-tokens"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_LOCKTOKENS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGE"
name: "REQUEST_RESPONSE_MESSAGE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_MESSAGE"
modifiers:
- "static"
- "final"
field:
value: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_MESSAGE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGES"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGES"
name: "REQUEST_RESPONSE_MESSAGES"
nameWithType: "ClientConstants.REQUEST_RESPONSE_MESSAGES"
modifiers:
- "static"
- "final"
field:
value: "messages"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_MESSAGES"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGE_COUNT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGE_COUNT"
name: "REQUEST_RESPONSE_MESSAGE_COUNT"
nameWithType: "ClientConstants.REQUEST_RESPONSE_MESSAGE_COUNT"
modifiers:
- "static"
- "final"
field:
value: "message-count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_MESSAGE_COUNT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGE_ID"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_MESSAGE_ID"
name: "REQUEST_RESPONSE_MESSAGE_ID"
nameWithType: "ClientConstants.REQUEST_RESPONSE_MESSAGE_ID"
modifiers:
- "static"
- "final"
field:
value: "message-id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_MESSAGE_ID"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_NOCONTENT_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_NOCONTENT_STATUS_CODE"
name: "REQUEST_RESPONSE_NOCONTENT_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_NOCONTENT_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "204"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int REQUEST_RESPONSE_NOCONTENT_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_NOTFOUND_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_NOTFOUND_STATUS_CODE"
name: "REQUEST_RESPONSE_NOTFOUND_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_NOTFOUND_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "404"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int REQUEST_RESPONSE_NOTFOUND_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_OK_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_OK_STATUS_CODE"
name: "REQUEST_RESPONSE_OK_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_OK_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "200"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int REQUEST_RESPONSE_OK_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_OPERATION_NAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_OPERATION_NAME"
name: "REQUEST_RESPONSE_OPERATION_NAME"
nameWithType: "ClientConstants.REQUEST_RESPONSE_OPERATION_NAME"
modifiers:
- "static"
- "final"
field:
value: "operation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_OPERATION_NAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PARTITION_KEY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PARTITION_KEY"
name: "REQUEST_RESPONSE_PARTITION_KEY"
nameWithType: "ClientConstants.REQUEST_RESPONSE_PARTITION_KEY"
modifiers:
- "static"
- "final"
field:
value: "partition-key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_PARTITION_KEY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PEEK_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PEEK_OPERATION"
name: "REQUEST_RESPONSE_PEEK_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_PEEK_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:peek-message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_PEEK_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PROPERTIES_TO_MODIFY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PROPERTIES_TO_MODIFY"
name: "REQUEST_RESPONSE_PROPERTIES_TO_MODIFY"
nameWithType: "ClientConstants.REQUEST_RESPONSE_PROPERTIES_TO_MODIFY"
modifiers:
- "static"
- "final"
field:
value: "properties-to-modify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_PROPERTIES_TO_MODIFY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_AUDIENCE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_AUDIENCE"
name: "REQUEST_RESPONSE_PUT_TOKEN_AUDIENCE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_AUDIENCE"
modifiers:
- "static"
- "final"
field:
value: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_PUT_TOKEN_AUDIENCE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_EXPIRATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_EXPIRATION"
name: "REQUEST_RESPONSE_PUT_TOKEN_EXPIRATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_EXPIRATION"
modifiers:
- "static"
- "final"
field:
value: "expiration"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_PUT_TOKEN_EXPIRATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_OPERATION"
name: "REQUEST_RESPONSE_PUT_TOKEN_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "put-token"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_PUT_TOKEN_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_TYPE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_TYPE"
name: "REQUEST_RESPONSE_PUT_TOKEN_TYPE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_PUT_TOKEN_TYPE"
modifiers:
- "static"
- "final"
field:
value: "type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_PUT_TOKEN_TYPE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RECEIVER_SETTLE_MODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RECEIVER_SETTLE_MODE"
name: "REQUEST_RESPONSE_RECEIVER_SETTLE_MODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_RECEIVER_SETTLE_MODE"
modifiers:
- "static"
- "final"
field:
value: "receiver-settle-mode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_RECEIVER_SETTLE_MODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RECEIVE_BY_SEQUENCE_NUMBER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RECEIVE_BY_SEQUENCE_NUMBER"
name: "REQUEST_RESPONSE_RECEIVE_BY_SEQUENCE_NUMBER"
nameWithType: "ClientConstants.REQUEST_RESPONSE_RECEIVE_BY_SEQUENCE_NUMBER"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:receive-by-sequence-number"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_RECEIVE_BY_SEQUENCE_NUMBER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_REMOVE_RULE_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_REMOVE_RULE_OPERATION"
name: "REQUEST_RESPONSE_REMOVE_RULE_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_REMOVE_RULE_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:remove-rule"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_REMOVE_RULE_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RENEWLOCK_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RENEWLOCK_OPERATION"
name: "REQUEST_RESPONSE_RENEWLOCK_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_RENEWLOCK_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:renew-lock"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_RENEWLOCK_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RENEW_SESSIONLOCK_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RENEW_SESSIONLOCK_OPERATION"
name: "REQUEST_RESPONSE_RENEW_SESSIONLOCK_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_RENEW_SESSIONLOCK_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:renew-session-lock"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_RENEW_SESSIONLOCK_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_REPLY_TO"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_REPLY_TO"
name: "REQUEST_RESPONSE_REPLY_TO"
nameWithType: "ClientConstants.REQUEST_RESPONSE_REPLY_TO"
modifiers:
- "static"
- "final"
field:
value: "reply-to"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_REPLY_TO"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_REPLY_TO_SESSION_ID"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_REPLY_TO_SESSION_ID"
name: "REQUEST_RESPONSE_REPLY_TO_SESSION_ID"
nameWithType: "ClientConstants.REQUEST_RESPONSE_REPLY_TO_SESSION_ID"
modifiers:
- "static"
- "final"
field:
value: "reply-to-session-id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_REPLY_TO_SESSION_ID"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RULEDESCRIPTION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RULEDESCRIPTION"
name: "REQUEST_RESPONSE_RULEDESCRIPTION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_RULEDESCRIPTION"
modifiers:
- "static"
- "final"
field:
value: "rule-description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_RULEDESCRIPTION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RULENAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RULENAME"
name: "REQUEST_RESPONSE_RULENAME"
nameWithType: "ClientConstants.REQUEST_RESPONSE_RULENAME"
modifiers:
- "static"
- "final"
field:
value: "rule-name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_RULENAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RULES"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_RULES"
name: "REQUEST_RESPONSE_RULES"
nameWithType: "ClientConstants.REQUEST_RESPONSE_RULES"
modifiers:
- "static"
- "final"
field:
value: "rules"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_RULES"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SCHEDULE_MESSAGE_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SCHEDULE_MESSAGE_OPERATION"
name: "REQUEST_RESPONSE_SCHEDULE_MESSAGE_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SCHEDULE_MESSAGE_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:schedule-message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SCHEDULE_MESSAGE_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SEQUENCE_NUMBERS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SEQUENCE_NUMBERS"
name: "REQUEST_RESPONSE_SEQUENCE_NUMBERS"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SEQUENCE_NUMBERS"
modifiers:
- "static"
- "final"
field:
value: "sequence-numbers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SEQUENCE_NUMBERS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SERVER_BUSY_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SERVER_BUSY_STATUS_CODE"
name: "REQUEST_RESPONSE_SERVER_BUSY_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SERVER_BUSY_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "503"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int REQUEST_RESPONSE_SERVER_BUSY_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSIONID"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSIONID"
name: "REQUEST_RESPONSE_SESSIONID"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SESSIONID"
modifiers:
- "static"
- "final"
field:
value: "session-id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SESSIONID"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSIONIDS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSIONIDS"
name: "REQUEST_RESPONSE_SESSIONIDS"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SESSIONIDS"
modifiers:
- "static"
- "final"
field:
value: "sessions-ids"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SESSIONIDS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSION_ID"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSION_ID"
name: "REQUEST_RESPONSE_SESSION_ID"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SESSION_ID"
modifiers:
- "static"
- "final"
field:
value: "session-id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SESSION_ID"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSION_STATE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SESSION_STATE"
name: "REQUEST_RESPONSE_SESSION_STATE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SESSION_STATE"
modifiers:
- "static"
- "final"
field:
value: "session-state"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SESSION_STATE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SET_SESSION_STATE_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SET_SESSION_STATE_OPERATION"
name: "REQUEST_RESPONSE_SET_SESSION_STATE_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SET_SESSION_STATE_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:set-session-state"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SET_SESSION_STATE_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SKIP"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SKIP"
name: "REQUEST_RESPONSE_SKIP"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SKIP"
modifiers:
- "static"
- "final"
field:
value: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SKIP"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SQLFILTER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SQLFILTER"
name: "REQUEST_RESPONSE_SQLFILTER"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SQLFILTER"
modifiers:
- "static"
- "final"
field:
value: "sql-filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SQLFILTER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SQLRULEACTION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_SQLRULEACTION"
name: "REQUEST_RESPONSE_SQLRULEACTION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_SQLRULEACTION"
modifiers:
- "static"
- "final"
field:
value: "sql-rule-action"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_SQLRULEACTION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_STATUS_CODE"
name: "REQUEST_RESPONSE_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "statusCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_STATUS_DESCRIPTION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_STATUS_DESCRIPTION"
name: "REQUEST_RESPONSE_STATUS_DESCRIPTION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_STATUS_DESCRIPTION"
modifiers:
- "static"
- "final"
field:
value: "statusDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_STATUS_DESCRIPTION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_TIMEOUT"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_TIMEOUT"
name: "REQUEST_RESPONSE_TIMEOUT"
nameWithType: "ClientConstants.REQUEST_RESPONSE_TIMEOUT"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:server-timeout"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_TIMEOUT"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_TO"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_TO"
name: "REQUEST_RESPONSE_TO"
nameWithType: "ClientConstants.REQUEST_RESPONSE_TO"
modifiers:
- "static"
- "final"
field:
value: "to"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_TO"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_TOP"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_TOP"
name: "REQUEST_RESPONSE_TOP"
nameWithType: "ClientConstants.REQUEST_RESPONSE_TOP"
modifiers:
- "static"
- "final"
field:
value: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_TOP"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_UNDEFINED_STATUS_CODE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_UNDEFINED_STATUS_CODE"
name: "REQUEST_RESPONSE_UNDEFINED_STATUS_CODE"
nameWithType: "ClientConstants.REQUEST_RESPONSE_UNDEFINED_STATUS_CODE"
modifiers:
- "static"
- "final"
field:
value: "-1"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int REQUEST_RESPONSE_UNDEFINED_STATUS_CODE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_UPDATE_DISPOSTION_OPERATION"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_UPDATE_DISPOSTION_OPERATION"
name: "REQUEST_RESPONSE_UPDATE_DISPOSTION_OPERATION"
nameWithType: "ClientConstants.REQUEST_RESPONSE_UPDATE_DISPOSTION_OPERATION"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft:update-disposition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_UPDATE_DISPOSTION_OPERATION"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_VIA_PARTITION_KEY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.REQUEST_RESPONSE_VIA_PARTITION_KEY"
name: "REQUEST_RESPONSE_VIA_PARTITION_KEY"
nameWithType: "ClientConstants.REQUEST_RESPONSE_VIA_PARTITION_KEY"
modifiers:
- "static"
- "final"
field:
value: "via-partition-key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String REQUEST_RESPONSE_VIA_PARTITION_KEY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.RULE_DESCRIPTION_DESCRIPTOR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.RULE_DESCRIPTION_DESCRIPTOR"
name: "RULE_DESCRIPTION_DESCRIPTOR"
nameWithType: "ClientConstants.RULE_DESCRIPTION_DESCRIPTOR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.UnsignedLong?alt=org.apache.qpid.proton.amqp.UnsignedLong&text=UnsignedLong\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnsignedLong RULE_DESCRIPTION_DESCRIPTOR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SCHEDULEDENQUEUETIMENAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SCHEDULEDENQUEUETIMENAME"
name: "SCHEDULEDENQUEUETIMENAME"
nameWithType: "ClientConstants.SCHEDULEDENQUEUETIMENAME"
modifiers:
- "static"
- "final"
field:
value: "x-opt-scheduled-enqueue-time"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String SCHEDULEDENQUEUETIMENAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SEQUENCENUBMERNAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SEQUENCENUBMERNAME"
name: "SEQUENCENUBMERNAME"
nameWithType: "ClientConstants.SEQUENCENUBMERNAME"
modifiers:
- "static"
- "final"
field:
value: "x-opt-sequence-number"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String SEQUENCENUBMERNAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS"
name: "SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS"
nameWithType: "ClientConstants.SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS"
modifiers:
- "static"
- "final"
field:
value: "4"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final int SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SERVER_BUSY_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SERVER_BUSY_ERROR"
name: "SERVER_BUSY_ERROR"
nameWithType: "ClientConstants.SERVER_BUSY_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol SERVER_BUSY_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSIONS_CANNOT_BE_LOCKED_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSIONS_CANNOT_BE_LOCKED_ERROR"
name: "SESSIONS_CANNOT_BE_LOCKED_ERROR"
nameWithType: "ClientConstants.SESSIONS_CANNOT_BE_LOCKED_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol SESSIONS_CANNOT_BE_LOCKED_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSION_FILTER"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSION_FILTER"
name: "SESSION_FILTER"
nameWithType: "ClientConstants.SESSION_FILTER"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol SESSION_FILTER"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSION_LOCK_LOST_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSION_LOCK_LOST_ERROR"
name: "SESSION_LOCK_LOST_ERROR"
nameWithType: "ClientConstants.SESSION_LOCK_LOST_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol SESSION_LOCK_LOST_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSION_NOT_FOUND_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SESSION_NOT_FOUND_ERROR"
name: "SESSION_NOT_FOUND_ERROR"
nameWithType: "ClientConstants.SESSION_NOT_FOUND_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol SESSION_NOT_FOUND_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SQL_FILTER_DESCRIPTOR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SQL_FILTER_DESCRIPTOR"
name: "SQL_FILTER_DESCRIPTOR"
nameWithType: "ClientConstants.SQL_FILTER_DESCRIPTOR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.UnsignedLong?alt=org.apache.qpid.proton.amqp.UnsignedLong&text=UnsignedLong\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnsignedLong SQL_FILTER_DESCRIPTOR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SQL_RULE_ACTION_DESCRIPTOR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SQL_RULE_ACTION_DESCRIPTOR"
name: "SQL_RULE_ACTION_DESCRIPTOR"
nameWithType: "ClientConstants.SQL_RULE_ACTION_DESCRIPTOR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.UnsignedLong?alt=org.apache.qpid.proton.amqp.UnsignedLong&text=UnsignedLong\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnsignedLong SQL_RULE_ACTION_DESCRIPTOR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_ANONYMOUS"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_ANONYMOUS"
name: "SSL_VERIFY_MODE_ANONYMOUS"
nameWithType: "ClientConstants.SSL_VERIFY_MODE_ANONYMOUS"
modifiers:
- "static"
- "final"
field:
value: "anonymous"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String SSL_VERIFY_MODE_ANONYMOUS"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_CERTONLY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_CERTONLY"
name: "SSL_VERIFY_MODE_CERTONLY"
nameWithType: "ClientConstants.SSL_VERIFY_MODE_CERTONLY"
modifiers:
- "static"
- "final"
field:
value: "verifyCertificateOnly"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String SSL_VERIFY_MODE_CERTONLY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_CERT_AND_HOSTNAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_CERT_AND_HOSTNAME"
name: "SSL_VERIFY_MODE_CERT_AND_HOSTNAME"
nameWithType: "ClientConstants.SSL_VERIFY_MODE_CERT_AND_HOSTNAME"
modifiers:
- "static"
- "final"
field:
value: "verifyCertificateAndHostName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String SSL_VERIFY_MODE_CERT_AND_HOSTNAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_PROPERTY_NAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.SSL_VERIFY_MODE_PROPERTY_NAME"
name: "SSL_VERIFY_MODE_PROPERTY_NAME"
nameWithType: "ClientConstants.SSL_VERIFY_MODE_PROPERTY_NAME"
modifiers:
- "static"
- "final"
field:
value: "com.microsoft.azure.servicebus.ssl.verifymode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String SSL_VERIFY_MODE_PROPERTY_NAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.STORE_LOCK_LOST_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.STORE_LOCK_LOST_ERROR"
name: "STORE_LOCK_LOST_ERROR"
nameWithType: "ClientConstants.STORE_LOCK_LOST_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol STORE_LOCK_LOST_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.TIMEOUT_ERROR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.TIMEOUT_ERROR"
name: "TIMEOUT_ERROR"
nameWithType: "ClientConstants.TIMEOUT_ERROR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol TIMEOUT_ERROR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.TIMER_TOLERANCE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.TIMER_TOLERANCE"
name: "TIMER_TOLERANCE"
nameWithType: "ClientConstants.TIMER_TOLERANCE"
modifiers:
- "static"
- "final"
field:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public static final Duration TIMER_TOLERANCE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.TRACKING_ID_PROPERTY"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.TRACKING_ID_PROPERTY"
name: "TRACKING_ID_PROPERTY"
nameWithType: "ClientConstants.TRACKING_ID_PROPERTY"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.Symbol?alt=org.apache.qpid.proton.amqp.Symbol&text=Symbol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final Symbol TRACKING_ID_PROPERTY"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.TRUE_FILTER_DESCRIPTOR"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.TRUE_FILTER_DESCRIPTOR"
name: "TRUE_FILTER_DESCRIPTOR"
nameWithType: "ClientConstants.TRUE_FILTER_DESCRIPTOR"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"org.apache.qpid.proton.amqp.UnsignedLong?alt=org.apache.qpid.proton.amqp.UnsignedLong&text=UnsignedLong\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnsignedLong TRUE_FILTER_DESCRIPTOR"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.UNSIGNED_INT_MAX_VALUE"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.UNSIGNED_INT_MAX_VALUE"
name: "UNSIGNED_INT_MAX_VALUE"
nameWithType: "ClientConstants.UNSIGNED_INT_MAX_VALUE"
modifiers:
- "static"
- "final"
field:
value: "4294967295"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final long UNSIGNED_INT_MAX_VALUE"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.VIAPARTITIONKEYNAME"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.VIAPARTITIONKEYNAME"
name: "VIAPARTITIONKEYNAME"
nameWithType: "ClientConstants.VIAPARTITIONKEYNAME"
modifiers:
- "static"
- "final"
field:
value: "x-opt-via-partition-key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String VIAPARTITIONKEYNAME"
- uid: "com.microsoft.azure.servicebus.primitives.ClientConstants.ZEROLOCKTOKEN"
fullName: "com.microsoft.azure.servicebus.primitives.ClientConstants.ZEROLOCKTOKEN"
name: "ZEROLOCKTOKEN"
nameWithType: "ClientConstants.ZEROLOCKTOKEN"
modifiers:
- "static"
- "final"
field:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public static final UUID ZEROLOCKTOKEN"
type: "class"
metadata: {}
package: "com.microsoft.azure.servicebus.primitives"
artifact: com.microsoft.azure:azure-servicebus:3.6.7