KafkaConsumerVerticle

interface KafkaConsumerVerticle : Verticle

Interface for a verticle that consumes events from Kafka

Inheritors

Functions

Link copied to clipboard
abstract fun getVertx(): Vertx
Link copied to clipboard
abstract fun init(p0: Vertx, p1: Context)
Link copied to clipboard
abstract fun start(p0: Promise<Void>)
Link copied to clipboard
abstract fun stop(p0: Promise<Void>)