Skip navigation links
A C E F G H I L O P R S T V 

A

AmqpAddress - Class in com.azure.core.amqp.models
This represents amqp address information.
AmqpAddress(String) - Constructor for class com.azure.core.amqp.models.AmqpAddress
Creates the AmqpAddress with given address.
AmqpAnnotatedMessage - Class in com.azure.core.amqp.models
The representation of message as defined by AMQP protocol.
AmqpAnnotatedMessage(AmqpMessageBody) - Constructor for class com.azure.core.amqp.models.AmqpAnnotatedMessage
Creates instance of AmqpAnnotatedMessage with given AmqpMessageBody.
AmqpConnection - Interface in com.azure.core.amqp
Represents a TCP connection between the client and a service that uses the AMQP protocol.
AmqpEndpointState - Enum in com.azure.core.amqp
Represents a state for a connection, session, or link.
AmqpErrorCondition - Enum in com.azure.core.amqp.exception
Contains constants common to the AMQP protocol and constants shared by Azure services.
AmqpErrorContext - Class in com.azure.core.amqp.exception
Provides context for an AmqpException that occurs in an AmqpConnection, AmqpSession, or AmqpLink.
AmqpErrorContext(String) - Constructor for class com.azure.core.amqp.exception.AmqpErrorContext
Creates a new instance with the provided namespace.
AmqpException - Exception in com.azure.core.amqp.exception
General exception for AMQP related failures.
AmqpException(boolean, String, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
Initializes a new instance of the AmqpException class.
AmqpException(boolean, AmqpErrorCondition, String, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
Initializes a new instance of the AmqpException class.
AmqpException(boolean, AmqpErrorCondition, String, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
Initializes a new instance of the AmqpException class.
AmqpException(boolean, AmqpErrorCondition, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
Initializes a new instance of the AmqpException class.
AmqpException(boolean, String, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.AmqpException
Initializes a new instance of the AmqpException class.
AmqpLink - Interface in com.azure.core.amqp
Represents a unidirectional AMQP link.
AmqpMessageBody - Class in com.azure.core.amqp.models
This class encapsulates the body of a message.
AmqpMessageBodyType - Enum in com.azure.core.amqp.models
Represents all valid AmqpMessageBodyType for an AMQP Message.
AmqpMessageConstant - Enum in com.azure.core.amqp
Reserved well-known constants from AMQP protocol.
AmqpMessageHeader - Class in com.azure.core.amqp.models
The representation of message header as defined by AMQP protocol.
AmqpMessageId - Class in com.azure.core.amqp.models
This represents Message id.
AmqpMessageId(String) - Constructor for class com.azure.core.amqp.models.AmqpMessageId
Creates the AmqpMessageId with given messageId.
AmqpMessageProperties - Class in com.azure.core.amqp.models
The representation of message properties as defined by AMQP protocol.
AmqpResponseCode - Enum in com.azure.core.amqp.exception
Error response codes returned from AMQP.
AmqpRetryMode - Enum in com.azure.core.amqp
The type of approach to apply when calculating the delay between retry attempts.
AmqpRetryOptions - Class in com.azure.core.amqp
A set of options that can be specified to influence how retry attempts are made.
AmqpRetryOptions() - Constructor for class com.azure.core.amqp.AmqpRetryOptions
Creates an instance with the default retry options set.
AmqpRetryOptions(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.AmqpRetryOptions
Creates an instance configured with retryOptions.
AmqpRetryPolicy - Class in com.azure.core.amqp
An abstract representation of a policy to govern retrying of messaging operations.
AmqpRetryPolicy(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.AmqpRetryPolicy
Creates an instance with the given retry options.
AmqpSession - Interface in com.azure.core.amqp
An AMQP session representing bidirectional communication that supports multiple AMQP links.
AmqpShutdownSignal - Class in com.azure.core.amqp
Represents a signal that caused the AMQP connection to shutdown.
AmqpShutdownSignal(boolean, boolean, String) - Constructor for class com.azure.core.amqp.AmqpShutdownSignal
Creates a new instance of the AmqpShutdownSignal.
AmqpTransaction - Class in com.azure.core.amqp
Represents transaction in message broker.
AmqpTransaction(ByteBuffer) - Constructor for class com.azure.core.amqp.AmqpTransaction
Creates AmqpTransaction given transactionId.
AmqpTransportType - Enum in com.azure.core.amqp
All TransportType switches available for AMQP protocol.
authorize(String, String) - Method in interface com.azure.core.amqp.ClaimsBasedSecurityNode
Authorizes the caller with the CBS node to access resources for the audience.

C

calculateRetryDelay(Throwable, int) - Method in class com.azure.core.amqp.AmqpRetryPolicy
Calculates the amount of time to delay before the next retry attempt.
calculateRetryDelay(int, Duration, Duration, ThreadLocalRandom) - Method in class com.azure.core.amqp.AmqpRetryPolicy
Calculates the amount of time to delay before the next retry attempt based on the retryCount, baseDelay, and baseJitter.
calculateRetryDelay(int, Duration, Duration, ThreadLocalRandom) - Method in class com.azure.core.amqp.ExponentialAmqpRetryPolicy
Calculates the retry delay using exponential backoff.
calculateRetryDelay(int, Duration, Duration, ThreadLocalRandom) - Method in class com.azure.core.amqp.FixedAmqpRetryPolicy
Calculates the delay for a fixed backoff.
ClaimsBasedSecurityNode - Interface in com.azure.core.amqp
Claims-based security (CBS) node that authorizes connections with AMQP services.
close() - Method in interface com.azure.core.amqp.ClaimsBasedSecurityNode
Closes session to the claims-based security node.
close() - Method in class com.azure.core.amqp.ProxyOptions
Disposes of the configuration along with potential credentials.
com.azure.core.amqp - package com.azure.core.amqp
Package containing classes common to AMQP protocol.
com.azure.core.amqp.exception - package com.azure.core.amqp.exception
Package containing classes related to AMQP exceptions.
com.azure.core.amqp.models - package com.azure.core.amqp.models
Package containing classes related to AMQP models classes.
commitTransaction(AmqpTransaction) - Method in interface com.azure.core.amqp.AmqpSession
Commit the transaction on the message broker.
createConsumer(String, String, Duration, AmqpRetryPolicy) - Method in interface com.azure.core.amqp.AmqpSession
Creates a new AMQP link that consumes events from the message broker.
createProducer(String, String, Duration, AmqpRetryPolicy) - Method in interface com.azure.core.amqp.AmqpSession
Creates a new AMQP link that publishes events to the message broker.
createSession(String) - Method in interface com.azure.core.amqp.AmqpConnection
Creates a new session with the given session name.
createTransaction() - Method in interface com.azure.core.amqp.AmqpSession
Creates the transaction on the message broker.

E

equals(Object) - Method in class com.azure.core.amqp.AmqpRetryOptions
equals(Object) - Method in class com.azure.core.amqp.AmqpRetryPolicy
 
equals(Object) - Method in class com.azure.core.amqp.ExponentialAmqpRetryPolicy
equals(Object) - Method in class com.azure.core.amqp.FixedAmqpRetryPolicy
equals(Object) - Method in class com.azure.core.amqp.models.AmqpAddress
equals(Object) - Method in class com.azure.core.amqp.models.AmqpMessageId
ExponentialAmqpRetryPolicy - Class in com.azure.core.amqp
A policy to govern retrying of messaging operations in which the delay between retries will grow in an exponential manner, allowing more time to recover as the number of retries increases.
ExponentialAmqpRetryPolicy(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.ExponentialAmqpRetryPolicy
Creates a new instance with a minimum and maximum retry period in addition to maximum number of retry attempts.

F

FixedAmqpRetryPolicy - Class in com.azure.core.amqp
A policy to govern retrying of messaging operations in which the base delay between retries remains the same.
FixedAmqpRetryPolicy(AmqpRetryOptions) - Constructor for class com.azure.core.amqp.FixedAmqpRetryPolicy
Creates an instance with the given retry options.
fromData(byte[]) - Static method in class com.azure.core.amqp.models.AmqpMessageBody
Creates instance of AmqpMessageBody with given byte array.
fromString(String) - Static method in enum com.azure.core.amqp.AmqpMessageConstant
Parses an header value to its message constant.
fromString(String) - Static method in enum com.azure.core.amqp.AmqpTransportType
Creates an TransportType from its display value.
fromString(String) - Static method in enum com.azure.core.amqp.exception.AmqpErrorCondition
Parses a serialized value to an ErrorCondition instance.
fromValue(int) - Static method in enum com.azure.core.amqp.exception.AmqpResponseCode
Creates an AmqpResponseCode for the provided integer value.

G

getAbsoluteExpiryTime() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets absoluteExpiryTime from amqp message properties.
getApplicationProperties() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
Gets the Map of application properties.
getAuthentication() - Method in class com.azure.core.amqp.ProxyOptions
Gets the proxy authentication type.
getBody() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
Gets the AmqpMessageBody of an amqp message.
getBodyType() - Method in class com.azure.core.amqp.models.AmqpMessageBody
Gets the AmqpMessageBodyType of the message.
getClaimsBasedSecurityNode() - Method in interface com.azure.core.amqp.AmqpConnection
Gets the claims-based security (CBS) node that authorizes access to resources.
getConnectionProperties() - Method in interface com.azure.core.amqp.AmqpConnection
Gets the connection properties.
getContentEncoding() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets AbsoluteExpiryTime from amqp message properties.
getContentType() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets contentType from amqp message properties.
getContext() - Method in exception com.azure.core.amqp.exception.AmqpException
Gets the context for this exception.
getCorrelationId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets correlationId from amqp message properties.
getCreationTime() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets creationTime from amqp message properties.
getCredential() - Method in class com.azure.core.amqp.ProxyOptions
Gets the credentials user provided for authentication of proxy server.
getData() - Method in class com.azure.core.amqp.models.AmqpMessageBody
Gets an IterableStream of byte array containing only first byte array set on this AmqpMessageBody.
getDelay() - Method in class com.azure.core.amqp.AmqpRetryOptions
Gets the delay between retry attempts for a fixed approach or the delay on which to base calculations for a backoff-approach.
getDeliveryAnnotations() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
Gets the Map representation of delivery annotations defined on an amqp message.
getDeliveryCount() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Gets the delivery count from amqp message header.
getEndpointStates() - Method in interface com.azure.core.amqp.AmqpConnection
Gets the endpoint states for the AMQP connection.
getEndpointStates() - Method in interface com.azure.core.amqp.AmqpLink
Gets the endpoint states for the AMQP link.
getEndpointStates() - Method in interface com.azure.core.amqp.AmqpSession
Gets the endpoint states for the AMQP session.
getEntityPath() - Method in interface com.azure.core.amqp.AmqpLink
The remote endpoint path this link is connected to.
getEntityPath() - Method in class com.azure.core.amqp.exception.SessionErrorContext
Gets the remote path this AMQP entity was connected to when the error occurred.
getErrorCondition() - Method in enum com.azure.core.amqp.exception.AmqpErrorCondition
Gets the AMQP header value for this error condition.
getErrorCondition() - Method in exception com.azure.core.amqp.exception.AmqpException
Gets the AmqpErrorCondition for this exception.
getFirstData() - Method in class com.azure.core.amqp.models.AmqpMessageBody
Gets first byte array set on this AmqpMessageBody.
getFooter() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
Gets the Map representation of footer defined on an amqp message.
getFullyQualifiedNamespace() - Method in interface com.azure.core.amqp.AmqpConnection
Gets the fully qualified namespace for the AMQP connection.
getGroupId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets groupId from amqp message properties.
getGroupSequence() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets groupSequence from amqp message properties.
getHeader() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
Gets the AmqpMessageHeader defined on an amqp message.
getHostname() - Method in interface com.azure.core.amqp.AmqpLink
The host name of the message broker that this link that is connected to.
getId() - Method in interface com.azure.core.amqp.AmqpConnection
Gets the connection identifier.
getLinkCredit() - Method in class com.azure.core.amqp.exception.LinkErrorContext
Gets the number of credits on the link when the error occurred.
getLinkName() - Method in interface com.azure.core.amqp.AmqpLink
Gets the name of the link.
getMaxDelay() - Method in class com.azure.core.amqp.AmqpRetryOptions
Gets the maximum permissible delay between retry attempts.
getMaxFrameSize() - Method in interface com.azure.core.amqp.AmqpConnection
Gets the maximum frame size for the connection.
getMaxRetries() - Method in class com.azure.core.amqp.AmqpRetryOptions
The maximum number of retry attempts before considering the associated operation to have failed.
getMaxRetries() - Method in class com.azure.core.amqp.AmqpRetryPolicy
Gets the maximum number of retry attempts.
getMessage() - Method in exception com.azure.core.amqp.exception.AmqpException
 
getMessageAnnotations() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
Gets the Map representation of message annotations defined on an amqp message.
getMessageId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets messageId from amqp message properties.
getMode() - Method in class com.azure.core.amqp.AmqpRetryOptions
Gets the approach to use for calculating retry delays.
getNamespace() - Method in class com.azure.core.amqp.exception.AmqpErrorContext
Gets the namespace for this error.
getOperationTimeout() - Method in interface com.azure.core.amqp.AmqpSession
Gets the operation timeout for starting the AMQP session.
getPriority() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Gets the priority on amqpMessage from amqp message header.
getProperties() - Method in class com.azure.core.amqp.models.AmqpAnnotatedMessage
Gets the AmqpMessageProperties defined on an amqp message.
getProxyAddress() - Method in class com.azure.core.amqp.ProxyOptions
Gets the proxy address.
getReplyTo() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets replyTo from amqp message properties.
getReplyToGroupId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets replyToGroupId from amqp message properties.
getRetryOptions() - Method in class com.azure.core.amqp.AmqpRetryPolicy
Gets the set of options used to configure this retry policy.
getSessionName() - Method in interface com.azure.core.amqp.AmqpSession
Gets the name for this AMQP session.
getShutdownSignals() - Method in interface com.azure.core.amqp.AmqpConnection
Gets any shutdown signals that occur in the AMQP endpoint.
getSubject() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets subject from amqp message properties.
getTimeToLive() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Gets timeToLive from amqp message header.
getTo() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets to from amqp message properties.
getTrackingId() - Method in class com.azure.core.amqp.exception.LinkErrorContext
Gets the unique tracking identifier for this error.
getTransactionId() - Method in class com.azure.core.amqp.AmqpTransaction
Gets the id for this transaction.
getTryTimeout() - Method in class com.azure.core.amqp.AmqpRetryOptions
Gets the maximum duration to wait for completion of a single attempt, whether the initial attempt or a retry.
getUserId() - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Gets userId from amqp message properties.
getValue() - Method in enum com.azure.core.amqp.AmqpMessageConstant
Gets the AMQP messaging header value.
getValue() - Method in enum com.azure.core.amqp.exception.AmqpResponseCode
Gets the integer value of the AmqpResponseCode

H

hashCode() - Method in class com.azure.core.amqp.AmqpRetryOptions
hashCode() - Method in class com.azure.core.amqp.AmqpRetryPolicy
 
hashCode() - Method in class com.azure.core.amqp.ExponentialAmqpRetryPolicy
hashCode() - Method in class com.azure.core.amqp.FixedAmqpRetryPolicy
hashCode() - Method in class com.azure.core.amqp.models.AmqpAddress
hashCode() - Method in class com.azure.core.amqp.models.AmqpMessageId
hasUserDefinedCredentials() - Method in class com.azure.core.amqp.ProxyOptions
Gets whether the user has defined credentials.

I

isDurable() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Gets durable boolean flag from amqp message header.
isFirstAcquirer() - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Gets boolean flag for firstAcquirer from amqp message header.
isInitiatedByClient() - Method in class com.azure.core.amqp.AmqpShutdownSignal
Gets whether or not this shutdown signal was initiated by the client.
isProxyAddressConfigured() - Method in class com.azure.core.amqp.ProxyOptions
Gets whether the proxy address has been configured.
isTransient() - Method in class com.azure.core.amqp.AmqpShutdownSignal
Gets whether or not this shutdown signal is transient or if it can be restarted.
isTransient() - Method in exception com.azure.core.amqp.exception.AmqpException
A boolean indicating if the exception is a transient error or not.

L

LinkErrorContext - Class in com.azure.core.amqp.exception
Represents the context for an AMQP link when an AmqpException occurs.
LinkErrorContext(String, String, String, Integer) - Constructor for class com.azure.core.amqp.exception.LinkErrorContext
Creates a new instance with the AMQP link's namespace and entityPath information.

O

OperationCancelledException - Exception in com.azure.core.amqp.exception
This exception is thrown when the underlying AMQP layer encounters an abnormal link abort or the connection is disconnected in an unexpected fashion.
OperationCancelledException(String, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.OperationCancelledException
Creates an instance of this exception with provided message.
OperationCancelledException(String, Throwable, AmqpErrorContext) - Constructor for exception com.azure.core.amqp.exception.OperationCancelledException
Creates an instance of this exception with provided message and underlying cause.

P

PROXY_PASSWORD - Static variable in class com.azure.core.amqp.ProxyOptions
The configuration key for containing the password for the username who authenticates with the proxy.
PROXY_USERNAME - Static variable in class com.azure.core.amqp.ProxyOptions
The configuration key for containing the username who authenticates with the proxy.
ProxyAuthenticationType - Enum in com.azure.core.amqp
Supported methods of proxy authentication.
ProxyOptions - Class in com.azure.core.amqp
Properties for configuring proxies with Event Hubs.
ProxyOptions(ProxyAuthenticationType, Proxy, String, String) - Constructor for class com.azure.core.amqp.ProxyOptions
Creates a proxy configuration that uses the proxyAddress and authenticates with provided username, password and authentication.

R

removeLink(String) - Method in interface com.azure.core.amqp.AmqpSession
Removes an AmqpLink with the given linkName.
removeSession(String) - Method in interface com.azure.core.amqp.AmqpConnection
Removes a session with the sessionName from the AMQP connection.
rollbackTransaction(AmqpTransaction) - Method in interface com.azure.core.amqp.AmqpSession
Rollback the transaction on the message broker.

S

SessionErrorContext - Class in com.azure.core.amqp.exception
Context for an error that occurs in an AMQP session when an AmqpException occurs.
SessionErrorContext(String, String) - Constructor for class com.azure.core.amqp.exception.SessionErrorContext
Creates a new instance with the namespace and entityPath.
setAbsoluteExpiryTime(OffsetDateTime) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given absoluteExpiryTime value on AmqpMessageProperties object.
setContentEncoding(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given contentEncoding value on AmqpMessageProperties object.
setContentType(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given contentType value on AmqpMessageProperties object.
setCorrelationId(AmqpMessageId) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given correlationId value on AmqpMessageProperties object.
setCreationTime(OffsetDateTime) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given creationTime value on AmqpMessageProperties object.
setDelay(Duration) - Method in class com.azure.core.amqp.AmqpRetryOptions
Gets the delay between retry attempts for a fixed approach or the delay on which to base calculations for a backoff-approach.
setDeliveryCount(Long) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Sets the given deliveryCount value on AmqpMessageHeader object.
setDurable(Boolean) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Sets the given durable value on AmqpMessageHeader object.
setFirstAcquirer(Boolean) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Sets the given firstAcquirer value on AmqpMessageHeader object.
setGroupId(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given groupId value on AmqpMessageProperties object.
setGroupSequence(Long) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given groupSequence value on AmqpMessageProperties object.
setMaxDelay(Duration) - Method in class com.azure.core.amqp.AmqpRetryOptions
Sets the maximum permissible delay between retry attempts.
setMaxRetries(int) - Method in class com.azure.core.amqp.AmqpRetryOptions
Sets the maximum number of retry attempts before considering the associated operation to have failed.
setMessageId(AmqpMessageId) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given messageId value on AmqpMessageProperties object.
setMode(AmqpRetryMode) - Method in class com.azure.core.amqp.AmqpRetryOptions
Sets the approach to use for calculating retry delays.
setPriority(Short) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Sets the given priority value on AmqpMessageHeader object.
setReplyTo(AmqpAddress) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given replyTo value on AmqpMessageProperties object.
setReplyToGroupId(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given replyToGroupId value on AmqpMessageProperties object.
setSubject(String) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given subject value on AmqpMessageProperties object.
setTimeToLive(Duration) - Method in class com.azure.core.amqp.models.AmqpMessageHeader
Sets the given timeToLive value on AmqpMessageHeader object.
setTo(AmqpAddress) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given to value on AmqpMessageProperties object.
setTryTimeout(Duration) - Method in class com.azure.core.amqp.AmqpRetryOptions
Sets the maximum duration to wait for completion of a single attempt, whether the initial attempt or a retry.
setUserId(byte[]) - Method in class com.azure.core.amqp.models.AmqpMessageProperties
Sets the given userId value on AmqpMessageProperties object.
SYSTEM_DEFAULTS - Static variable in class com.azure.core.amqp.ProxyOptions
Gets the system defaults for proxy configuration and authentication.

T

toString() - Method in class com.azure.core.amqp.AmqpShutdownSignal
toString() - Method in class com.azure.core.amqp.AmqpTransaction
String representation of the transaction id.
toString() - Method in enum com.azure.core.amqp.AmqpTransportType
toString() - Method in class com.azure.core.amqp.exception.AmqpErrorContext
Creates a string representation of this ErrorContext.
toString() - Method in class com.azure.core.amqp.exception.LinkErrorContext
Creates a string representation of this ErrorContext.
toString() - Method in class com.azure.core.amqp.exception.SessionErrorContext
 
toString() - Method in class com.azure.core.amqp.models.AmqpAddress
toString() - Method in class com.azure.core.amqp.models.AmqpMessageId

V

valueOf(String) - Static method in enum com.azure.core.amqp.AmqpEndpointState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.amqp.AmqpMessageConstant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.amqp.AmqpRetryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.amqp.AmqpTransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.amqp.exception.AmqpErrorCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.amqp.exception.AmqpResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.amqp.models.AmqpMessageBodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.core.amqp.ProxyAuthenticationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.core.amqp.AmqpEndpointState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.amqp.AmqpMessageConstant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.amqp.AmqpRetryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.amqp.AmqpTransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.amqp.exception.AmqpErrorCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.amqp.exception.AmqpResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.amqp.models.AmqpMessageBodyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.core.amqp.ProxyAuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I L O P R S T V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.