public enum AmqpEndpointState extends Enum<AmqpEndpointState>
| Enum Constant and Description |
|---|
ACTIVE
The endpoint is active.
|
CLOSED
The endpoint is closed.
|
UNINITIALIZED
The endpoint has not been initialized.
|
| Modifier and Type | Method and Description |
|---|---|
static AmqpEndpointState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpEndpointState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmqpEndpointState UNINITIALIZED
public static final AmqpEndpointState ACTIVE
public static final AmqpEndpointState CLOSED
public static AmqpEndpointState[] values()
public static AmqpEndpointState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Microsoft Corporation. All rights reserved.