Class TopicName (1.13.2)

public abstract class TopicName implements Serializable

A string wrapper for the name of a topic.

Inheritance

java.lang.Object > TopicName

Implements

Serializable

Static Methods

of(String value)

public static TopicName of(String value)
Parameter
NameDescription
valueString
Returns
TypeDescription
TopicName
Exceptions
TypeDescription
ApiException

Constructors

TopicName()

public TopicName()

Methods

toString()

public String toString()
Returns
TypeDescription
String
Overrides

value()

public abstract String value()
Returns
TypeDescription
String