public class KafkaSink extends Object
Constructor and Description |
---|
KafkaSink(io.vertx.mutiny.core.Vertx vertx,
KafkaConnectorOutgoingConfiguration config,
KafkaCDIEvents kafkaCDIEvents) |
Modifier and Type | Method and Description |
---|---|
void |
closeQuietly() |
String |
getChannel() |
org.apache.kafka.clients.producer.Producer<?,?> |
getProducer() |
org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<? extends Message<?>,Void> |
getSink() |
void |
isAlive(HealthReport.HealthReportBuilder builder) |
void |
isReady(HealthReport.HealthReportBuilder builder) |
public KafkaSink(io.vertx.mutiny.core.Vertx vertx, KafkaConnectorOutgoingConfiguration config, KafkaCDIEvents kafkaCDIEvents)
public org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<? extends Message<?>,Void> getSink()
public void isAlive(HealthReport.HealthReportBuilder builder)
public void isReady(HealthReport.HealthReportBuilder builder)
public void closeQuietly()
public String getChannel()
public org.apache.kafka.clients.producer.Producer<?,?> getProducer()
Copyright © 2018–2021 SmallRye. All rights reserved.