Partager via


AmqpEndpointState Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.core.amqp.AmqpEndpointState

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.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static AmqpEndpointState valueOf(String name)

Parameters

name
String

Returns

values()

public static AmqpEndpointState[] values()

Returns

Applies to