public class TopicKey extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static char |
SUBCHANNEL_SEPARATOR |
Constructor and Description |
---|
TopicKey(String topicAddress) |
TopicKey(String topicName,
String subtopicName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static com.google.common.base.Function<String,TopicKey> |
factory() |
TopicKey |
getRootTopicKey() |
String |
getSubtopicName() |
String |
getTopicAddress() |
String |
getTopicName() |
int |
hashCode() |
static com.google.common.base.Function<TopicKey,String> |
toAddress() |
public static final char SUBCHANNEL_SEPARATOR
public TopicKey(String topicAddress)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.