Class TopicName (1.13.3)

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
Name Description
value String
Returns
Type Description
TopicName
Exceptions
Type Description
ApiException

Constructors

TopicName()

public TopicName()

Methods

toString()

public String toString()
Returns
Type Description
String
Overrides

value()

public abstract String value()
Returns
Type Description
String