Interface TahuEdgeEndpointBuilderFactory.TahuEdgeBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
TahuEdgeEndpointBuilderFactory
public static interface TahuEdgeEndpointBuilderFactory.TahuEdgeBuilders
-
Method Summary
Modifier and TypeMethodDescriptiontahuEdge()
Tahu Edge Node / Device (camel-tahu) Sparkplug B Edge Node and Device support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahuTahu Edge Node / Device (camel-tahu) Sparkplug B Edge Node and Device support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-edge:groupId/edgeNode
Path parameter: groupId (required) ID of the group Path parameter: edgeNode (required) ID of the edge node Path parameter: deviceId ID of this edge node deviceTahu Edge Node / Device (camel-tahu) Sparkplug B Edge Node and Device support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-edge:groupId/edgeNode
Path parameter: groupId (required) ID of the group Path parameter: edgeNode (required) ID of the edge node Path parameter: deviceId ID of this edge node device
-
Method Details
-
tahuEdge
Tahu Edge Node / Device (camel-tahu) Sparkplug B Edge Node and Device 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.
-
tahuEdge
Tahu Edge Node / Device (camel-tahu) Sparkplug B Edge Node and Device support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-edge:groupId/edgeNode
Path parameter: groupId (required) ID of the group Path parameter: edgeNode (required) ID of the edge node Path parameter: deviceId ID of this edge node device- Parameters:
path
- groupId/edgeNode- Returns:
- the dsl builder
-
tahuEdge
default TahuEdgeEndpointBuilderFactory.TahuEdgeEndpointBuilder tahuEdge(String componentName, String path) Tahu Edge Node / Device (camel-tahu) Sparkplug B Edge Node and Device support over MQTT using Eclipse Tahu Category: messaging,iot,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-tahu Syntax:tahu-edge:groupId/edgeNode
Path parameter: groupId (required) ID of the group Path parameter: edgeNode (required) ID of the edge node Path parameter: deviceId ID of this edge node device- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- groupId/edgeNode- Returns:
- the dsl builder
-