Uses of Class
com.azure.core.amqp.exception.AmqpResponseCode
-
Packages that use AmqpResponseCode Package Description com.azure.core.amqp.exception 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 AmqpResponseCode Modifier and Type Method Description static AmqpResponseCodeAmqpResponseCode. fromValue(int value)Creates an AmqpResponseCode for the provided integervalue.static AmqpResponseCodeAmqpResponseCode. valueOf(String name)Returns 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.
-