Class TahuHostEndpointBuilderFactory.TahuHostHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.TahuHostEndpointBuilderFactory.TahuHostHeaderNameBuilder
- Enclosing interface:
TahuHostEndpointBuilderFactory
The builder of headers' name for the Tahu Host Application component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Sparkplug edge node descriptor string source of a message or metric.The sequence number of a Sparkplug message.The timestamp of a Sparkplug message.The Sparkplug message type of the message.The UUID of a Sparkplug message.
-
Constructor Details
-
TahuHostHeaderNameBuilder
public TahuHostHeaderNameBuilder()
-
-
Method Details
-
tahuMessageType
The Sparkplug message type of the message. The option is a:String
type. Group: consumer- Returns:
- the name of the header
TahuMessageType
.
-
tahuEdgeNodeDescriptor
The Sparkplug edge node descriptor string source of a message or metric. The option is a:String
type. Group: consumer- Returns:
- the name of the header
TahuEdgeNodeDescriptor
.
-
tahuMessageTimestamp
The timestamp of a Sparkplug message. The option is a:Long
type. Group: consumer- Returns:
- the name of the header
TahuMessageTimestamp
.
-
tahuMessageUUID
The UUID of a Sparkplug message. The option is a:java.util.UUID
type. Group: consumer- Returns:
- the name of the header
TahuMessageUUID
.
-
tahuMessageSequenceNumber
The sequence number of a Sparkplug message. The option is a:Long
type. Group: consumer- Returns:
- the name of the header
TahuMessageSequenceNumber
.
-