getTopic
408409410411412413414415
getResource().path(topicPath).delete(); } @Override public GetTopicResult getTopic(String topicPath) throws ServiceException { return new GetTopicResult(getResource().path(topicPath).get( TopicInfo.class)); }