Uses of Enum
com.azure.core.amqp.exception.AmqpResponseCode
Packages that use AmqpResponseCode
Package
Description
Package containing classes related to AMQP exceptions.
-
Uses of AmqpResponseCode in com.azure.core.amqp.exception
Methods in com.azure.core.amqp.exception that return AmqpResponseCodeModifier and TypeMethodDescriptionstatic AmqpResponseCodeAmqpResponseCode.fromValue(int value) Creates an AmqpResponseCode for the provided integervalue.static AmqpResponseCodeReturns the enum constant of this type with the specified name.static AmqpResponseCode[]AmqpResponseCode.values()Returns an array containing the constants of this enum type, in the order they are declared.