Uses of Class
org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration
-
Packages that use VertxKafkaConfiguration Package Description org.apache.camel.component.vertx.kafka org.apache.camel.component.vertx.kafka.configuration org.apache.camel.component.vertx.kafka.operations -
-
Uses of VertxKafkaConfiguration in org.apache.camel.component.vertx.kafka
Methods in org.apache.camel.component.vertx.kafka that return VertxKafkaConfiguration Modifier and Type Method Description VertxKafkaConfiguration
VertxKafkaComponent. getConfiguration()
The component configurationsVertxKafkaConfiguration
VertxKafkaConfigurationOptionsProxy. getConfiguration()
VertxKafkaConfiguration
VertxKafkaConsumer. getConfiguration()
VertxKafkaConfiguration
VertxKafkaEndpoint. getConfiguration()
The component configurationsVertxKafkaConfiguration
VertxKafkaProducer. getConfiguration()
Methods in org.apache.camel.component.vertx.kafka with parameters of type VertxKafkaConfiguration Modifier and Type Method Description void
VertxKafkaComponent. setConfiguration(VertxKafkaConfiguration configuration)
void
VertxKafkaEndpoint. setConfiguration(VertxKafkaConfiguration configuration)
Constructors in org.apache.camel.component.vertx.kafka with parameters of type VertxKafkaConfiguration Constructor Description VertxKafkaConfigurationOptionsProxy(VertxKafkaConfiguration configuration)
VertxKafkaEndpoint(String uri, org.apache.camel.Component component, VertxKafkaConfiguration configuration)
-
Uses of VertxKafkaConfiguration in org.apache.camel.component.vertx.kafka.configuration
Methods in org.apache.camel.component.vertx.kafka.configuration that return VertxKafkaConfiguration Modifier and Type Method Description VertxKafkaConfiguration
VertxKafkaConfiguration. copy()
-
Uses of VertxKafkaConfiguration in org.apache.camel.component.vertx.kafka.operations
Constructors in org.apache.camel.component.vertx.kafka.operations with parameters of type VertxKafkaConfiguration Constructor Description VertxKafkaConsumerOperations(io.vertx.kafka.client.consumer.KafkaConsumer<Object,Object> kafkaConsumer, VertxKafkaConfiguration configuration)
VertxKafkaProducerOperations(io.vertx.kafka.client.producer.KafkaProducer<Object,Object> kafkaProducer, VertxKafkaConfiguration configuration)
-