Class VertxKafkaResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.vertx.kafka.it.VertxKafkaResource
-
@Path("/vertx-kafka") public class VertxKafkaResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.vertx.kafka.client.consumer.KafkaConsumer<String,String>kafkaConsumer(package private) io.vertx.kafka.client.producer.KafkaProducer<String,String>kafkaProducer
-
Constructor Summary
Constructors Constructor Description VertxKafkaResource()
-