Packages

c

vertices.kafka.client

VertxKafkaAdminClientOps

implicit final class VertxKafkaAdminClientOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertxKafkaAdminClientOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VertxKafkaAdminClientOps(target: KafkaAdminClient)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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

  6. 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

  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def listConsumerGroupsL(): Task[List[ConsumerGroupListing]]

    Get the the consumer groups available in the cluster with the default options

  10. def listTopicsL(): Task[Set[String]]

    List the topics available in the cluster with the default options.

  11. val target: KafkaAdminClient
  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped