KafkaProducerVerticle

interface KafkaProducerVerticle : Verticle

Interface for a verticle that produces events to 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 publishEvent(event: DomainEvent)
Link copied to clipboard
abstract fun start(p0: Promise<Void>)
Link copied to clipboard
abstract fun stop(p0: Promise<Void>)