public static final class Topic.TopicId extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static Topic.TopicId |
of(String topicId)
Factory for creating topic's identifiers.
|
String |
toString() |
String |
value()
The topic identifier held by this instance.
|
public static Topic.TopicId of(String topicId)
public String value()