Interface VertxKafkaEndpointBuilderFactory.VertxKafkaBuilders

    • Method Detail

      • vertxKafka

        default VertxKafkaEndpointBuilderFactory.VertxKafkaHeaderNameBuilder vertxKafka()
        Vert.x Kafka (camel-vertx-kafka) Sent and receive messages to/from an Apache Kafka broker using vert.x Kafka client Category: messaging Since: 3.7 Maven coordinates: org.apache.camel:camel-vertx-kafka
        Returns:
        the dsl builder for the headers' name.
      • vertxKafka

        @Deprecated
        default VertxKafkaEndpointBuilderFactory.VertxKafkaEndpointBuilder vertxKafka​(String path)
        Deprecated.
        Vert.x Kafka (camel-vertx-kafka) Sent and receive messages to/from an Apache Kafka broker using vert.x Kafka client Category: messaging Since: 3.7 Maven coordinates: org.apache.camel:camel-vertx-kafka Syntax: vertx-kafka:topic Path parameter: topic (required) Name of the topic to use. On the consumer you can use comma to separate multiple topics. A producer can only send a message to a single topic.
        Parameters:
        path - topic
        Returns:
        the dsl builder
      • vertxKafka

        @Deprecated
        default VertxKafkaEndpointBuilderFactory.VertxKafkaEndpointBuilder vertxKafka​(String componentName,
                                                                                      String path)
        Deprecated.
        Vert.x Kafka (camel-vertx-kafka) Sent and receive messages to/from an Apache Kafka broker using vert.x Kafka client Category: messaging Since: 3.7 Maven coordinates: org.apache.camel:camel-vertx-kafka Syntax: vertx-kafka:topic Path parameter: topic (required) Name of the topic to use. On the consumer you can use comma to separate multiple topics. A producer can only send a message to a single topic.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topic
        Returns:
        the dsl builder