Uses of Class
com.microsoft.azure.eventhubs.impl.AmqpResponseCode
-
Packages that use AmqpResponseCode Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of AmqpResponseCode in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return AmqpResponseCode Modifier and Type Method Description static AmqpResponseCode
AmqpResponseCode. valueOf(int value)
Returns the enum constant of this type with the specified name.static AmqpResponseCode
AmqpResponseCode. 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.
-