Interface Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,Plc4XEndpointBuilderFactory.Plc4XEndpointConsumerBuilder,Plc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder
- Enclosing interface:
- Plc4XEndpointBuilderFactory
public static interface Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder extends Plc4XEndpointBuilderFactory.Plc4XEndpointConsumerBuilder, Plc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder
Builder for endpoint for the PLC4X component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Plc4XEndpointBuilderFactory.AdvancedPlc4XEndpointBuilderadvanced()default Plc4XEndpointBuilderFactory.Plc4XEndpointBuildertags(String tags)The tags to read as Map containing the tag name associated to its query.default Plc4XEndpointBuilderFactory.Plc4XEndpointBuildertags(Map<String,Object> tags)The tags to read as Map containing the tag name associated to its query.-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.Plc4XEndpointBuilderFactory.Plc4XEndpointConsumerBuilder
period, period, trigger
-
-
-
-
Method Detail
-
advanced
default Plc4XEndpointBuilderFactory.AdvancedPlc4XEndpointBuilder advanced()
- Specified by:
advancedin interfacePlc4XEndpointBuilderFactory.Plc4XEndpointConsumerBuilder- Specified by:
advancedin interfacePlc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder
-
tags
default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder tags(Map<String,Object> tags)
The tags to read as Map containing the tag name associated to its query. The option is a: <code>java.util.Map<java.lang.String, java.lang.Object></code> type. Group: common- Specified by:
tagsin interfacePlc4XEndpointBuilderFactory.Plc4XEndpointConsumerBuilder- Specified by:
tagsin interfacePlc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder- Parameters:
tags- the value to set- Returns:
- the dsl builder
-
tags
default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder tags(String tags)
The tags to read as Map containing the tag name associated to its query. The option will be converted to a <code>java.util.Map<java.lang.String, java.lang.Object></code> type. Group: common- Specified by:
tagsin interfacePlc4XEndpointBuilderFactory.Plc4XEndpointConsumerBuilder- Specified by:
tagsin interfacePlc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder- Parameters:
tags- the value to set- Returns:
- the dsl builder
-
-