Class TopicResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.TopicResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class TopicResponse extends BaseResponse
Represents a response to a topic.
  • Constructor Details

    • TopicResponse

      public TopicResponse(TopicDTO topic)
      Creates a new TopicResponse.
      Parameters:
      topic - The topic DTO object.
    • TopicResponse

      public TopicResponse()
      This is the constructor that is used by Jackson deserializer
  • Method Details