Class TopicImpl

  • All Implemented Interfaces:
    Topic

    public class TopicImpl
    extends Object
    implements Topic
    • Constructor Detail

      • TopicImpl

        public TopicImpl​(String topic,
                         String namespace,
                         boolean persistent)
    • Method Detail

      • getPersistent

        public boolean getPersistent()
        Specified by:
        getPersistent in interface Topic
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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)