Interface PahoEndpointBuilderFactory.PahoBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
PahoEndpointBuilderFactory

public static interface PahoEndpointBuilderFactory.PahoBuilders
  • Method Details

    • paho

      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
      Returns:
      the dsl builder for the headers' name.
    • paho

      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