AmqpEndpointState Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. core. amqp. AmqpEndpointState
- com.
- java.
public enum AmqpEndpointState
extends Enum<AmqpEndpointState>
Represents a state for a connection, session, or link.
Fields
| ACTIVE |
The endpoint is active. |
| CLOSED |
The endpoint is closed. |
| UNINITIALIZED |
The endpoint has not been initialized. |