| Constructor and Description |
|---|
TopicImpl(String topic,
String namespace,
boolean persistent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
protected static Topic |
fromTqTopic(com.turtlequeue.sdk.api.proto.Tq.Topic t) |
String |
getNamespace() |
boolean |
getPersistent() |
String |
getTopic() |
int |
hashCode() |
String |
toString() |
protected static com.turtlequeue.sdk.api.proto.Tq.Topic |
toTqTopic(Topic t) |
public String getNamespace()
getNamespace in interface Topicpublic boolean getPersistent()
getPersistent in interface Topicprotected static Topic fromTqTopic(com.turtlequeue.sdk.api.proto.Tq.Topic t)
protected static com.turtlequeue.sdk.api.proto.Tq.Topic toTqTopic(Topic t)
Copyright © 2019-2021, TurtleQueue All Rights Reserved. Use is subject to license terms.