listTopics abstract method

Stream<Topic> listTopics()

Lists all topics.

Returns a Stream of topics.

Implementation

Stream<Topic> listTopics();