implicit final class VertxKafkaAdminClientOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VertxKafkaAdminClientOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VertxKafkaAdminClientOps(target: KafkaAdminClient)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def createTopicsL(topics: List[NewTopic]): Task[Unit]
Creates a batch of new Kafka topics
Creates a batch of new Kafka topics
- topics
topics to create
- def deleteTopicsL(topicNames: List[String]): Task[Unit]
Deletes a batch of Kafka topics
Deletes a batch of Kafka topics
- topicNames
the names of the topics to delete
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listConsumerGroupsL(): Task[List[ConsumerGroupListing]]
Get the the consumer groups available in the cluster with the default options
- def listTopicsL(): Task[Set[String]]
List the topics available in the cluster with the default options.
- val target: KafkaAdminClient
- def toString(): String
- Definition Classes
- Any