public static enum RabbitMQTaskQueue.MsgProp extends Enum<RabbitMQTaskQueue.MsgProp>
| Enum Constant and Description |
|---|
DELIVERY_TAG |
EXCHANGE |
ROUTING_KEY |
| Modifier and Type | Method and Description |
|---|---|
static RabbitMQTaskQueue.MsgProp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RabbitMQTaskQueue.MsgProp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RabbitMQTaskQueue.MsgProp DELIVERY_TAG
public static final RabbitMQTaskQueue.MsgProp ROUTING_KEY
public static final RabbitMQTaskQueue.MsgProp EXCHANGE
public static RabbitMQTaskQueue.MsgProp[] values()
for (RabbitMQTaskQueue.MsgProp c : RabbitMQTaskQueue.MsgProp.values()) System.out.println(c);
public static RabbitMQTaskQueue.MsgProp 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 © 2009–2020 LYRASIS. All rights reserved.