Interface RocketMQEndpointBuilderFactory.RocketMQBuilders

    • Method Detail

      • rocketmq

        default RocketMQEndpointBuilderFactory.RocketMQHeaderNameBuilder rocketmq()
        RocketMQ (camel-rocketmq) Send and receive messages from RocketMQ cluster. Category: messaging Since: 3.20 Maven coordinates: org.apache.camel:camel-rocketmq
        Returns:
        the dsl builder for the headers' name.
      • rocketmq

        default RocketMQEndpointBuilderFactory.RocketMQEndpointBuilder rocketmq​(String path)
        RocketMQ (camel-rocketmq) Send and receive messages from RocketMQ cluster. Category: messaging Since: 3.20 Maven coordinates: org.apache.camel:camel-rocketmq Syntax: rocketmq:topicName Path parameter: topicName (required) Topic name of this endpoint.
        Parameters:
        path - topicName
        Returns:
        the dsl builder
      • rocketmq

        default RocketMQEndpointBuilderFactory.RocketMQEndpointBuilder rocketmq​(String componentName,
                                                                                String path)
        RocketMQ (camel-rocketmq) Send and receive messages from RocketMQ cluster. Category: messaging Since: 3.20 Maven coordinates: org.apache.camel:camel-rocketmq Syntax: rocketmq:topicName Path parameter: topicName (required) Topic name of this endpoint.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topicName
        Returns:
        the dsl builder