ClientConstants Class
- java.
lang. Object - com.
microsoft. azure. servicebus. primitives. ClientConstants
- com.
public class ClientConstants
Field Summary
Field Details
AMQPS_PORT
public static final int AMQPS_PORT= 5671
ARGUMENT_ERROR
public static final Symbol ARGUMENT_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":argument-error")
ARGUMENT_OUT_OF_RANGE_ERROR
public static final Symbol ARGUMENT_OUT_OF_RANGE_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":argument-out-of-range")
CORRELATION_FILTER_DESCRIPTOR
public static final UnsignedLong CORRELATION_FILTER_DESCRIPTOR= new UnsignedLong(0x000001370000009L)
CURRENT_JAVACLIENT_VERSION
public static final String CURRENT_JAVACLIENT_VERSION= getClientVersion()
DEADLETTER_ERROR_DESCRIPTION_HEADER
public static final String DEADLETTER_ERROR_DESCRIPTION_HEADER= "DeadLetterErrorDescription"
DEADLETTER_REASON_HEADER
public static final String DEADLETTER_REASON_HEADER= "DeadLetterReason"
DEADLETTERNAME
public static final Symbol DEADLETTERNAME= Symbol.valueOf(AmqpConstants.VENDOR + ":dead-letter")
DEADLETTERSOURCENAME
public static final String DEADLETTERSOURCENAME= "x-opt-deadletter-source"
DEFAULT_IS_TRANSIENT
public static final boolean DEFAULT_IS_TRANSIENT= true
DEFAULT_MAX_RETRY_COUNT
public static final int DEFAULT_MAX_RETRY_COUNT= 10
DEFAULT_OPERATION_TIMEOUT_IN_SECONDS
public static final int DEFAULT_OPERATION_TIMEOUT_IN_SECONDS= 30
DEFAULT_RERTRY_MAX_BACKOFF
public static final Duration DEFAULT_RERTRY_MAX_BACKOFF= Duration.ofSeconds(30)
DEFAULT_RERTRY_MIN_BACKOFF
public static final Duration DEFAULT_RERTRY_MIN_BACKOFF= Duration.ofSeconds(0)
DEFAULT_RETRY
public static final String DEFAULT_RETRY= "Default"
DISPOSITION_STATUS_ABANDONED
public static final String DISPOSITION_STATUS_ABANDONED= "abandoned"
DISPOSITION_STATUS_COMPLETED
public static final String DISPOSITION_STATUS_COMPLETED= "completed"
DISPOSITION_STATUS_DEFERED
public static final String DISPOSITION_STATUS_DEFERED= "defered"
DISPOSITION_STATUS_SUSPENDED
public static final String DISPOSITION_STATUS_SUSPENDED= "suspended"
EMPTY_RULE_ACTION_DESCRIPTOR
public static final UnsignedLong EMPTY_RULE_ACTION_DESCRIPTOR= new UnsignedLong(0x0000013700000005L)
ENQUEUEDTIMEUTCNAME
public static final String ENQUEUEDTIMEUTCNAME= "x-opt-enqueued-time"
ENTITY_ALREADY_EXISTS_ERROR
public static final Symbol ENTITY_ALREADY_EXISTS_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":entity-already-exists")
ENTITY_DISABLED_ERROR
public static final Symbol ENTITY_DISABLED_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":entity-disabled")
ENTITY_TYPE_PROPERTY
public static final Symbol ENTITY_TYPE_PROPERTY= Symbol.getSymbol(AmqpConstants.VENDOR + ":entity-type")
FALSE_FILTER_DESCRIPTOR
public static final UnsignedLong FALSE_FILTER_DESCRIPTOR= new UnsignedLong(0x000001370000008L)
FATAL_MARKER
public static final String FATAL_MARKER= "FATAL"
HTTPS_PORT
public static final int HTTPS_PORT= 443
HTTPS_URI_FORMAT
public static final String HTTPS_URI_FORMAT= "https://%s:%s"
LINK_PEEKMODE_PROPERTY
public static final Symbol LINK_PEEKMODE_PROPERTY= Symbol.getSymbol(AmqpConstants.VENDOR + ":peek-mode")
LINK_TIMEOUT_PROPERTY
public static final Symbol LINK_TIMEOUT_PROPERTY= Symbol.getSymbol(AmqpConstants.VENDOR + ":timeout")
LINK_TRANSFER_DESTINATION_PROPERTY
public static final Symbol LINK_TRANSFER_DESTINATION_PROPERTY= Symbol.getSymbol(AmqpConstants.VENDOR + ":transfer-destination-address")
LOCKED_UNTIL_UTC
public static final Symbol LOCKED_UNTIL_UTC= Symbol.getSymbol(AmqpConstants.VENDOR + ":locked-until-utc")
LOCKEDUNTILNAME
public static final String LOCKEDUNTILNAME= "x-opt-locked-until"
LOCKTOKENSIZE
public static final int LOCKTOKENSIZE= 16
MAX_FRAME_SIZE_BYTES
public static final int MAX_FRAME_SIZE_BYTES= 64 * 1024
MAX_MESSAGE_LENGTH_BYTES
public static final int MAX_MESSAGE_LENGTH_BYTES= 1024 * 1024
MAX_MESSAGING_AMQP_HEADER_SIZE_BYTES
public static final int MAX_MESSAGING_AMQP_HEADER_SIZE_BYTES= 512
MAX_PARTITION_KEY_LENGTH
public static final int MAX_PARTITION_KEY_LENGTH= 128
MESSAGE_LOCK_LOST_ERROR
public static final Symbol MESSAGE_LOCK_LOST_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":message-lock-lost")
MESSAGE_NOT_FOUND_ERROR
public static final Symbol MESSAGE_NOT_FOUND_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":message-not-found")
NO_RETRY
public static final String NO_RETRY= "NoRetry"
PARTITION_NOT_OWNED_ERROR
public static final Symbol PARTITION_NOT_OWNED_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":partition-not-owned")
PARTITIONKEYNAME
public static final String PARTITIONKEYNAME= "x-opt-partition-key"
PLATFORM_INFO
public static final String PLATFORM_INFO= getPlatformInfo()
PRODUCT_NAME
public static final String PRODUCT_NAME= "MSJavaClient"
REACTOR_IO_POLL_TIMEOUT
public static final int REACTOR_IO_POLL_TIMEOUT= 20
REQUEST_RESPONSE_ACCEPTED_STATUS_CODE
public static final int REQUEST_RESPONSE_ACCEPTED_STATUS_CODE= 0xca
REQUEST_RESPONSE_ADD_RULE_OPERATION
public static final String REQUEST_RESPONSE_ADD_RULE_OPERATION= AmqpConstants.VENDOR + ":add-rule"
REQUEST_RESPONSE_ASSOCIATED_LINK_NAME
public static final String REQUEST_RESPONSE_ASSOCIATED_LINK_NAME= "associated-link-name"
REQUEST_RESPONSE_CANCEL_CHEDULE_MESSAGE_OPERATION
public static final String REQUEST_RESPONSE_CANCEL_CHEDULE_MESSAGE_OPERATION= AmqpConstants.VENDOR + ":cancel-scheduled-message"
REQUEST_RESPONSE_CONTENT_TYPE
public static final String REQUEST_RESPONSE_CONTENT_TYPE= "content-type"
REQUEST_RESPONSE_CORRELATION_FILTER
public static final String REQUEST_RESPONSE_CORRELATION_FILTER= "correlation-filter"
REQUEST_RESPONSE_CORRELATION_FILTER_PROPERTIES
public static final String REQUEST_RESPONSE_CORRELATION_FILTER_PROPERTIES= "properties"
REQUEST_RESPONSE_CORRELATION_ID
public static final String REQUEST_RESPONSE_CORRELATION_ID= "correlation-id"
REQUEST_RESPONSE_DEADLETTER_DESCRIPTION
public static final String REQUEST_RESPONSE_DEADLETTER_DESCRIPTION= "deadletter-description"
REQUEST_RESPONSE_DEADLETTER_REASON
public static final String REQUEST_RESPONSE_DEADLETTER_REASON= "deadletter-reason"
REQUEST_RESPONSE_DISPOSITION_STATUS
public static final String REQUEST_RESPONSE_DISPOSITION_STATUS= "disposition-status"
REQUEST_RESPONSE_ERROR_CONDITION
public static final String REQUEST_RESPONSE_ERROR_CONDITION= "errorCondition"
REQUEST_RESPONSE_EXPIRATION
public static final String REQUEST_RESPONSE_EXPIRATION= "expiration"
REQUEST_RESPONSE_EXPIRATIONS
public static final String REQUEST_RESPONSE_EXPIRATIONS= "expirations"
REQUEST_RESPONSE_EXPRESSION
public static final String REQUEST_RESPONSE_EXPRESSION= "expression"
REQUEST_RESPONSE_FROM_SEQUENCE_NUMER
public static final String REQUEST_RESPONSE_FROM_SEQUENCE_NUMER= "from-sequence-number"
REQUEST_RESPONSE_GET_MESSAGE_SESSIONS_OPERATION
public static final String REQUEST_RESPONSE_GET_MESSAGE_SESSIONS_OPERATION= AmqpConstants.VENDOR + ":get-message-sessions"
REQUEST_RESPONSE_GET_RULES_OPERATION
public static final String REQUEST_RESPONSE_GET_RULES_OPERATION= AmqpConstants.VENDOR + ":enumerate-rules"
REQUEST_RESPONSE_GET_SESSION_STATE_OPERATION
public static final String REQUEST_RESPONSE_GET_SESSION_STATE_OPERATION= AmqpConstants.VENDOR + ":get-session-state"
REQUEST_RESPONSE_LABEL
public static final String REQUEST_RESPONSE_LABEL= "label"
REQUEST_RESPONSE_LAST_SESSION_ID
public static final String REQUEST_RESPONSE_LAST_SESSION_ID= "last-session-id"
REQUEST_RESPONSE_LAST_UPDATED_TIME
public static final String REQUEST_RESPONSE_LAST_UPDATED_TIME= "last-updated-time"
REQUEST_RESPONSE_LEGACY_ERROR_CONDITION
public static final String REQUEST_RESPONSE_LEGACY_ERROR_CONDITION= "error-condition"
REQUEST_RESPONSE_LEGACY_STATUS_CODE
public static final String REQUEST_RESPONSE_LEGACY_STATUS_CODE= "status-code"
REQUEST_RESPONSE_LEGACY_STATUS_DESCRIPTION
public static final String REQUEST_RESPONSE_LEGACY_STATUS_DESCRIPTION= "status-description"
REQUEST_RESPONSE_LOCKTOKEN
public static final String REQUEST_RESPONSE_LOCKTOKEN= "lock-token"
REQUEST_RESPONSE_LOCKTOKENS
public static final String REQUEST_RESPONSE_LOCKTOKENS= "lock-tokens"
REQUEST_RESPONSE_MESSAGE
public static final String REQUEST_RESPONSE_MESSAGE= "message"
REQUEST_RESPONSE_MESSAGE_COUNT
public static final String REQUEST_RESPONSE_MESSAGE_COUNT= "message-count"
REQUEST_RESPONSE_MESSAGE_ID
public static final String REQUEST_RESPONSE_MESSAGE_ID= "message-id"
REQUEST_RESPONSE_MESSAGES
public static final String REQUEST_RESPONSE_MESSAGES= "messages"
REQUEST_RESPONSE_NOCONTENT_STATUS_CODE
public static final int REQUEST_RESPONSE_NOCONTENT_STATUS_CODE= 0xcc
REQUEST_RESPONSE_NOTFOUND_STATUS_CODE
public static final int REQUEST_RESPONSE_NOTFOUND_STATUS_CODE= 0x194
REQUEST_RESPONSE_OK_STATUS_CODE
public static final int REQUEST_RESPONSE_OK_STATUS_CODE= 200
REQUEST_RESPONSE_OPERATION_NAME
public static final String REQUEST_RESPONSE_OPERATION_NAME= "operation"
REQUEST_RESPONSE_PARTITION_KEY
public static final String REQUEST_RESPONSE_PARTITION_KEY= "partition-key"
REQUEST_RESPONSE_PEEK_OPERATION
public static final String REQUEST_RESPONSE_PEEK_OPERATION= AmqpConstants.VENDOR + ":peek-message"
REQUEST_RESPONSE_PROPERTIES_TO_MODIFY
public static final String REQUEST_RESPONSE_PROPERTIES_TO_MODIFY= "properties-to-modify"
REQUEST_RESPONSE_PUT_TOKEN_AUDIENCE
public static final String REQUEST_RESPONSE_PUT_TOKEN_AUDIENCE= "name"
REQUEST_RESPONSE_PUT_TOKEN_EXPIRATION
public static final String REQUEST_RESPONSE_PUT_TOKEN_EXPIRATION= "expiration"
REQUEST_RESPONSE_PUT_TOKEN_OPERATION
public static final String REQUEST_RESPONSE_PUT_TOKEN_OPERATION= "put-token"
REQUEST_RESPONSE_PUT_TOKEN_TYPE
public static final String REQUEST_RESPONSE_PUT_TOKEN_TYPE= "type"
REQUEST_RESPONSE_RECEIVE_BY_SEQUENCE_NUMBER
public static final String REQUEST_RESPONSE_RECEIVE_BY_SEQUENCE_NUMBER= AmqpConstants.VENDOR + ":receive-by-sequence-number"
REQUEST_RESPONSE_RECEIVER_SETTLE_MODE
public static final String REQUEST_RESPONSE_RECEIVER_SETTLE_MODE= "receiver-settle-mode"
REQUEST_RESPONSE_REMOVE_RULE_OPERATION
public static final String REQUEST_RESPONSE_REMOVE_RULE_OPERATION= AmqpConstants.VENDOR + ":remove-rule"
REQUEST_RESPONSE_RENEW_SESSIONLOCK_OPERATION
public static final String REQUEST_RESPONSE_RENEW_SESSIONLOCK_OPERATION= AmqpConstants.VENDOR + ":renew-session-lock"
REQUEST_RESPONSE_RENEWLOCK_OPERATION
public static final String REQUEST_RESPONSE_RENEWLOCK_OPERATION= AmqpConstants.VENDOR + ":renew-lock"
REQUEST_RESPONSE_REPLY_TO
public static final String REQUEST_RESPONSE_REPLY_TO= "reply-to"
REQUEST_RESPONSE_REPLY_TO_SESSION_ID
public static final String REQUEST_RESPONSE_REPLY_TO_SESSION_ID= "reply-to-session-id"
REQUEST_RESPONSE_RULEDESCRIPTION
public static final String REQUEST_RESPONSE_RULEDESCRIPTION= "rule-description"
REQUEST_RESPONSE_RULENAME
public static final String REQUEST_RESPONSE_RULENAME= "rule-name"
REQUEST_RESPONSE_RULES
public static final String REQUEST_RESPONSE_RULES= "rules"
REQUEST_RESPONSE_SCHEDULE_MESSAGE_OPERATION
public static final String REQUEST_RESPONSE_SCHEDULE_MESSAGE_OPERATION= AmqpConstants.VENDOR + ":schedule-message"
REQUEST_RESPONSE_SEQUENCE_NUMBERS
public static final String REQUEST_RESPONSE_SEQUENCE_NUMBERS= "sequence-numbers"
REQUEST_RESPONSE_SERVER_BUSY_STATUS_CODE
public static final int REQUEST_RESPONSE_SERVER_BUSY_STATUS_CODE= 0x1f7
REQUEST_RESPONSE_SESSION_ID
public static final String REQUEST_RESPONSE_SESSION_ID= "session-id"
REQUEST_RESPONSE_SESSION_STATE
public static final String REQUEST_RESPONSE_SESSION_STATE= "session-state"
REQUEST_RESPONSE_SESSIONID
public static final String REQUEST_RESPONSE_SESSIONID= "session-id"
REQUEST_RESPONSE_SESSIONIDS
public static final String REQUEST_RESPONSE_SESSIONIDS= "sessions-ids"
REQUEST_RESPONSE_SET_SESSION_STATE_OPERATION
public static final String REQUEST_RESPONSE_SET_SESSION_STATE_OPERATION= AmqpConstants.VENDOR + ":set-session-state"
REQUEST_RESPONSE_SKIP
public static final String REQUEST_RESPONSE_SKIP= "skip"
REQUEST_RESPONSE_SQLFILTER
public static final String REQUEST_RESPONSE_SQLFILTER= "sql-filter"
REQUEST_RESPONSE_SQLRULEACTION
public static final String REQUEST_RESPONSE_SQLRULEACTION= "sql-rule-action"
REQUEST_RESPONSE_STATUS_CODE
public static final String REQUEST_RESPONSE_STATUS_CODE= "statusCode"
REQUEST_RESPONSE_STATUS_DESCRIPTION
public static final String REQUEST_RESPONSE_STATUS_DESCRIPTION= "statusDescription"
REQUEST_RESPONSE_TIMEOUT
public static final String REQUEST_RESPONSE_TIMEOUT= AmqpConstants.VENDOR + ":server-timeout"
REQUEST_RESPONSE_TO
public static final String REQUEST_RESPONSE_TO= "to"
REQUEST_RESPONSE_TOP
public static final String REQUEST_RESPONSE_TOP= "top"
REQUEST_RESPONSE_UNDEFINED_STATUS_CODE
public static final int REQUEST_RESPONSE_UNDEFINED_STATUS_CODE= -1
REQUEST_RESPONSE_UPDATE_DISPOSTION_OPERATION
public static final String REQUEST_RESPONSE_UPDATE_DISPOSTION_OPERATION= AmqpConstants.VENDOR + ":update-disposition"
REQUEST_RESPONSE_VIA_PARTITION_KEY
public static final String REQUEST_RESPONSE_VIA_PARTITION_KEY= "via-partition-key"
RULE_DESCRIPTION_DESCRIPTOR
public static final UnsignedLong RULE_DESCRIPTION_DESCRIPTOR= new UnsignedLong(0x0000013700000004L)
SCHEDULEDENQUEUETIMENAME
public static final String SCHEDULEDENQUEUETIMENAME= "x-opt-scheduled-enqueue-time"
SEQUENCENUBMERNAME
public static final String SEQUENCENUBMERNAME= "x-opt-sequence-number"
SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS
public static final int SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS= 4
SERVER_BUSY_ERROR
public static final Symbol SERVER_BUSY_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":server-busy")
SESSION_FILTER
public static final Symbol SESSION_FILTER= Symbol.getSymbol(AmqpConstants.VENDOR + ":session-filter")
SESSION_LOCK_LOST_ERROR
public static final Symbol SESSION_LOCK_LOST_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":session-lock-lost")
SESSION_NOT_FOUND_ERROR
public static final Symbol SESSION_NOT_FOUND_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":session-not-found")
SESSIONS_CANNOT_BE_LOCKED_ERROR
public static final Symbol SESSIONS_CANNOT_BE_LOCKED_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":session-cannot-be-locked")
SQL_FILTER_DESCRIPTOR
public static final UnsignedLong SQL_FILTER_DESCRIPTOR= new UnsignedLong(0x000001370000006L)
SQL_RULE_ACTION_DESCRIPTOR
public static final UnsignedLong SQL_RULE_ACTION_DESCRIPTOR= new UnsignedLong(0x0000013700000006L)
SSL_VERIFY_MODE_ANONYMOUS
public static final String SSL_VERIFY_MODE_ANONYMOUS= "anonymous"
SSL_VERIFY_MODE_CERT_AND_HOSTNAME
public static final String SSL_VERIFY_MODE_CERT_AND_HOSTNAME= "verifyCertificateAndHostName"
SSL_VERIFY_MODE_CERTONLY
public static final String SSL_VERIFY_MODE_CERTONLY= "verifyCertificateOnly"
SSL_VERIFY_MODE_PROPERTY_NAME
public static final String SSL_VERIFY_MODE_PROPERTY_NAME= "com.microsoft.azure.servicebus.ssl.verifymode"
STORE_LOCK_LOST_ERROR
public static final Symbol STORE_LOCK_LOST_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":store-lock-lost")
TIMEOUT_ERROR
public static final Symbol TIMEOUT_ERROR= Symbol.getSymbol(AmqpConstants.VENDOR + ":timeout")
TIMER_TOLERANCE
public static final Duration TIMER_TOLERANCE= Duration.ofSeconds(1)
TRACKING_ID_PROPERTY
public static final Symbol TRACKING_ID_PROPERTY= Symbol.getSymbol(AmqpConstants.VENDOR + ":tracking-id")
TRUE_FILTER_DESCRIPTOR
public static final UnsignedLong TRUE_FILTER_DESCRIPTOR= new UnsignedLong(0x000001370000007L)
VIAPARTITIONKEYNAME
public static final String VIAPARTITIONKEYNAME= "x-opt-via-partition-key"
ZEROLOCKTOKEN
public static final UUID ZEROLOCKTOKEN= new UUID(0l, 0l)
Applies to
Azure SDK for Java