Package com.turtlequeue
Class TopicImpl
- java.lang.Object
-
- com.turtlequeue.TopicImpl
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)protected static TopicfromTqTopic(com.turtlequeue.sdk.api.proto.Tq.Topic t)StringgetNamespace()booleangetPersistent()StringgetTopic()inthashCode()StringtoString()protected static com.turtlequeue.sdk.api.proto.Tq.TopictoTqTopic(Topic t)
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceTopic
-
getPersistent
public boolean getPersistent()
- Specified by:
getPersistentin interfaceTopic
-
fromTqTopic
protected static Topic fromTqTopic(com.turtlequeue.sdk.api.proto.Tq.Topic t)
-
toTqTopic
protected static com.turtlequeue.sdk.api.proto.Tq.Topic toTqTopic(Topic t)
-
-