public static enum MessagingUtil.Topics extends Enum<MessagingUtil.Topics>
| Enum Constant and Description |
|---|
APPLICATION_SIGNUP_TOPIC |
APPLICATION_TOPIC |
CLUSTER_STATUS_TOPIC |
DOMAIN_MAPPING_TOPIC |
HEALTH_STAT_TOPIC |
INITIALIZER_TOPIC |
INSTANCE_NOTIFIER_TOPIC |
INSTANCE_STATUS_TOPIC |
TENANT_TOPIC |
TOPOLOGY_TOPIC |
| Modifier and Type | Method and Description |
|---|---|
String |
getTopicName()
Get the topic name
|
static MessagingUtil.Topics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagingUtil.Topics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessagingUtil.Topics TOPOLOGY_TOPIC
public static final MessagingUtil.Topics INITIALIZER_TOPIC
public static final MessagingUtil.Topics HEALTH_STAT_TOPIC
public static final MessagingUtil.Topics INSTANCE_STATUS_TOPIC
public static final MessagingUtil.Topics INSTANCE_NOTIFIER_TOPIC
public static final MessagingUtil.Topics APPLICATION_TOPIC
public static final MessagingUtil.Topics APPLICATION_SIGNUP_TOPIC
public static final MessagingUtil.Topics CLUSTER_STATUS_TOPIC
public static final MessagingUtil.Topics TENANT_TOPIC
public static final MessagingUtil.Topics DOMAIN_MAPPING_TOPIC
public static MessagingUtil.Topics[] values()
for (MessagingUtil.Topics c : MessagingUtil.Topics.values()) System.out.println(c);
public static MessagingUtil.Topics 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 getTopicName()
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.