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 TypeMethodDescriptiontahuHost()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-tahuTahu 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:hostIdPath parameter: hostId (required) ID for the host applicationTahu 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:hostIdPath 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:hostIdPath 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:hostIdPath parameter: hostId (required) ID for the host application- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- hostId- Returns:
- the dsl builder
-