ListTopicsIncludeInternal

fs2.kafka.KafkaAdminClient$.ListTopicsIncludeInternal
sealed abstract class ListTopicsIncludeInternal[F[_]]

Attributes

Source:
KafkaAdminClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def listings: F[List[TopicListing]]

Lists topics as TopicListings. Includes internal topics.

Lists topics as TopicListings. Includes internal topics.

Attributes

Source:
KafkaAdminClient.scala
def names: F[Set[String]]

Lists topic names. Includes internal topics.

Lists topic names. Includes internal topics.

Attributes

Source:
KafkaAdminClient.scala
def namesToListings: F[Map[String, TopicListing]]

Lists topics as a Map from topic names to TopicListings. Includes internal topics.

Lists topics as a Map from topic names to TopicListings. Includes internal topics.

Attributes

Source:
KafkaAdminClient.scala