Package com.turtlequeue
Interface Topic
-
- All Known Implementing Classes:
TopicImpl
public interface Topic
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TopicBuilderImplbuilder()StringgetNamespace()booleangetPersistent()StringgetTopic()
-
-
-
Method Detail
-
builder
static TopicBuilderImpl builder()
-
getTopic
String getTopic()
-
getNamespace
String getNamespace()
-
getPersistent
boolean getPersistent()
-
-