Interface PahoMqtt5EndpointBuilderFactory.PahoMqtt5Builders

    • Method Detail

      • pahoMqtt5

        default PahoMqtt5EndpointBuilderFactory.PahoMqtt5HeaderNameBuilder pahoMqtt5()
        Paho MQTT 5 (camel-paho-mqtt5) Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client. Category: messaging,iot Since: 3.8 Maven coordinates: org.apache.camel:camel-paho-mqtt5
        Returns:
        the dsl builder for the headers' name.
      • pahoMqtt5

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

        default PahoMqtt5EndpointBuilderFactory.PahoMqtt5EndpointBuilder pahoMqtt5​(String componentName,
                                                                                   String path)
        Paho MQTT 5 (camel-paho-mqtt5) Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client. Category: messaging,iot Since: 3.8 Maven coordinates: org.apache.camel:camel-paho-mqtt5 Syntax: paho-mqtt5: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