Interface TahuHostEndpointBuilderFactory.TahuHostBuilders

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

public static interface TahuHostEndpointBuilderFactory.TahuHostBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    Tahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu
    Tahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax: tahu-host:hostId Path parameter: hostId (required) ID for the host application
    tahuHost(String componentName, String path)
    Tahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax: tahu-host:hostId Path parameter: hostId (required) ID for the host application
  • Method Details

    • tahuHost

      Tahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu
      Returns:
      the dsl builder for the headers' name.
    • tahuHost

      Tahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax: tahu-host:hostId Path parameter: hostId (required) ID for the host application
      Parameters:
      path - hostId
      Returns:
      the dsl builder
    • tahuHost

      default TahuHostEndpointBuilderFactory.TahuHostEndpointBuilder tahuHost(String componentName, String path)
      Tahu Host Application (camel-tahu) Sparkplug B Host Application support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax: tahu-host:hostId Path parameter: hostId (required) ID for the host application
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - hostId
      Returns:
      the dsl builder