Class KafkaEventSink
- java.lang.Object
-
- io.apicurio.registry.events.kafka.KafkaEventSink
-
-
Constructor Summary
Constructors Constructor Description KafkaEventSink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProducerActions<String,byte[]>
getProducer()
void
handle(io.vertx.core.eventbus.Message<io.vertx.core.buffer.Buffer> message)
boolean
isConfigured()
String
name()
-
-
-
Method Detail
-
isConfigured
public boolean isConfigured()
- Specified by:
isConfigured
in interfaceEventSink
-
handle
public void handle(io.vertx.core.eventbus.Message<io.vertx.core.buffer.Buffer> message)
-
getProducer
public ProducerActions<String,byte[]> getProducer()
-
-