Class VertxKafkaProducers
- java.lang.Object
-
- org.apache.camel.quarkus.component.vertx.kafka.it.VertxKafkaProducers
-
public class VertxKafkaProducers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringGROUP_IDstatic StringTOPIC_INBOUNDstatic StringTOPIC_OUTBOUND
-
Constructor Summary
Constructors Constructor Description VertxKafkaProducers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.kafka.client.consumer.KafkaConsumer<String,String>createKafkaConsumer(io.vertx.core.Vertx vertx)io.vertx.kafka.client.producer.KafkaProducer<String,String>createKafkaProducer(io.vertx.core.Vertx vertx)
-
-
-
Field Detail
-
GROUP_ID
public static final String GROUP_ID
- See Also:
- Constant Field Values
-
TOPIC_INBOUND
public static final String TOPIC_INBOUND
- See Also:
- Constant Field Values
-
TOPIC_OUTBOUND
public static final String TOPIC_OUTBOUND
- See Also:
- Constant Field Values
-
-