Uses of Enum
com.azure.core.amqp.AmqpEndpointState
Packages that use AmqpEndpointState
-
Uses of AmqpEndpointState in com.azure.core.amqp
Methods in com.azure.core.amqp that return AmqpEndpointStateModifier and TypeMethodDescriptionstatic AmqpEndpointStateReturns the enum constant of this type with the specified name.static AmqpEndpointState[]AmqpEndpointState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.core.amqp that return types with arguments of type AmqpEndpointStateModifier and TypeMethodDescriptionAmqpConnection.getEndpointStates()Gets the endpoint states for the AMQP connection.AmqpLink.getEndpointStates()Gets the endpoint states for the AMQP link.AmqpSession.getEndpointStates()Gets the endpoint states for the AMQP session.