Class MiloClientEndpointBuilderFactory.MiloClientHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.MiloClientEndpointBuilderFactory.MiloClientHeaderNameBuilder
-
- Enclosing interface:
- MiloClientEndpointBuilderFactory
public static class MiloClientEndpointBuilderFactory.MiloClientHeaderNameBuilder extends Object
The builder of headers' name for the OPC UA Client component.
-
-
Constructor Summary
Constructors Constructor Description MiloClientHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringawait()The await setting for writes.StringmiloNodeIds()The node ids.
-
-
-
Method Detail
-
miloNodeIds
public String miloNodeIds()
The node ids. The option is a:Listtype. Group: producer- Returns:
- the name of the header
MiloNodeIds.
-
await
public String await()
The await setting for writes. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
await.
-
-