ListTopics

sealed abstract class ListTopics[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

Include internal topics in the listing.

Include internal topics in the listing.

def listings: F[List[TopicListing]]

Lists topics as TopicListings.

Lists topics as TopicListings.

def names: F[Set[String]]

Lists topic names.

Lists topic names.

def namesToListings: F[Map[String, TopicListing]]

Lists topics as a Map from topic names to TopicListings.

Lists topics as a Map from topic names to TopicListings.