Interface PahoEndpointBuilderFactory.PahoBuilders

    • Method Detail

      • paho

        default PahoEndpointBuilderFactory.PahoEndpointBuilder paho​(String path)
        Paho (camel-paho) Communicate with MQTT message brokers using Eclipse Paho MQTT Client. Category: messaging,iot Since: 2.16 Maven coordinates: org.apache.camel:camel-paho Syntax: paho:topic Path parameter: topic (required) Name of the topic
        Parameters:
        path - topic
        Returns:
        the dsl builder
      • paho

        default PahoEndpointBuilderFactory.PahoEndpointBuilder paho​(String componentName,
                                                                    String path)
        Paho (camel-paho) Communicate with MQTT message brokers using Eclipse Paho MQTT Client. Category: messaging,iot Since: 2.16 Maven coordinates: org.apache.camel:camel-paho Syntax: paho:topic Path parameter: topic (required) Name of the topic
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - topic
        Returns:
        the dsl builder