public enum RabbitMQPropertyName extends java.lang.Enum<RabbitMQPropertyName>
RabbitMQEventTopicPublisher.| Enum Constant and Description |
|---|
EXCHANGE_NAME |
HOST |
PASSWORD |
PORT |
USERNAME |
VIRTUAL_HOST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnvironmentVariableName() |
java.lang.String |
getPropertyName() |
java.lang.String |
readFrom(java.util.Properties properties) |
static java.util.Properties |
readPropertiesFromEnvironment() |
static RabbitMQPropertyName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RabbitMQPropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeTo(java.util.Properties properties,
java.lang.Object value) |
public static final RabbitMQPropertyName USERNAME
public static final RabbitMQPropertyName PASSWORD
public static final RabbitMQPropertyName HOST
public static final RabbitMQPropertyName PORT
public static final RabbitMQPropertyName VIRTUAL_HOST
public static final RabbitMQPropertyName EXCHANGE_NAME
public static RabbitMQPropertyName[] values()
for (RabbitMQPropertyName c : RabbitMQPropertyName.values()) System.out.println(c);
public static RabbitMQPropertyName valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String readFrom(java.util.Properties properties)
public void writeTo(java.util.Properties properties,
java.lang.Object value)
public java.lang.String getPropertyName()
public java.lang.String getEnvironmentVariableName()
public static final java.util.Properties readPropertiesFromEnvironment()