Class TahuHostEndpointBuilderFactory.TahuHostHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.TahuHostEndpointBuilderFactory.TahuHostHeaderNameBuilder
Enclosing interface:
TahuHostEndpointBuilderFactory

public static class TahuHostEndpointBuilderFactory.TahuHostHeaderNameBuilder extends Object
The builder of headers' name for the Tahu Host Application component.
  • Constructor Details

    • TahuHostHeaderNameBuilder

      public TahuHostHeaderNameBuilder()
  • Method Details

    • tahuMessageType

      public String tahuMessageType()
      The Sparkplug message type of the message. The option is a: String type. Group: consumer
      Returns:
      the name of the header TahuMessageType.
    • tahuEdgeNodeDescriptor

      public String 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

      public String tahuMessageTimestamp()
      The timestamp of a Sparkplug message. The option is a: Long type. Group: consumer
      Returns:
      the name of the header TahuMessageTimestamp.
    • tahuMessageUUID

      public String 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

      public String tahuMessageSequenceNumber()
      The sequence number of a Sparkplug message. The option is a: Long type. Group: consumer
      Returns:
      the name of the header TahuMessageSequenceNumber.