Uses of Class
com.azure.core.amqp.AmqpEndpointState
-
Packages that use AmqpEndpointState Package Description com.azure.core.amqp Package containing classes common to AMQP protocol. -
-
Uses of AmqpEndpointState in com.azure.core.amqp
Methods in com.azure.core.amqp that return AmqpEndpointState Modifier and Type Method Description static AmqpEndpointStateAmqpEndpointState. valueOf(String name)Returns 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 AmqpEndpointState Modifier and Type Method Description Flux<AmqpEndpointState>AmqpConnection. getEndpointStates()Gets the endpoint states for the AMQP connection.Flux<AmqpEndpointState>AmqpLink. getEndpointStates()Gets the endpoint states for the AMQP link.Flux<AmqpEndpointState>AmqpSession. getEndpointStates()Gets the endpoint states for the AMQP session.
-