public static enum ServiceBusEndpointBuilderFactory.SubQueue extends Enum<ServiceBusEndpointBuilderFactory.SubQueue>
com.azure.messaging.servicebus.models.SubQueue enum.| Enum Constant and Description |
|---|
DEAD_LETTER_QUEUE |
NONE |
TRANSFER_DEAD_LETTER_QUEUE |
| Modifier and Type | Method and Description |
|---|---|
static ServiceBusEndpointBuilderFactory.SubQueue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceBusEndpointBuilderFactory.SubQueue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceBusEndpointBuilderFactory.SubQueue NONE
public static final ServiceBusEndpointBuilderFactory.SubQueue DEAD_LETTER_QUEUE
public static final ServiceBusEndpointBuilderFactory.SubQueue TRANSFER_DEAD_LETTER_QUEUE
public static ServiceBusEndpointBuilderFactory.SubQueue[] values()
for (ServiceBusEndpointBuilderFactory.SubQueue c : ServiceBusEndpointBuilderFactory.SubQueue.values()) System.out.println(c);
public static ServiceBusEndpointBuilderFactory.SubQueue 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 nullApache Camel