public static enum AmqArguments.Overflow extends Enum<AmqArguments.Overflow>
| Enum Constant and Description |
|---|
DROP_HEAD |
REJECT_PUBLISH |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AmqArguments.Overflow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqArguments.Overflow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmqArguments.Overflow DROP_HEAD
public static final AmqArguments.Overflow REJECT_PUBLISH
public static AmqArguments.Overflow[] values()
for (AmqArguments.Overflow c : AmqArguments.Overflow.values()) System.out.println(c);
public static AmqArguments.Overflow 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 nullpublic String toString()
toString in class Enum<AmqArguments.Overflow>Copyright © 2022. All rights reserved.