Interface Plc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder
- Enclosing interface:
- Plc4XEndpointBuilderFactory
public static interface Plc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the PLC4X component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()autoReconnect(boolean autoReconnect) Whether to reconnect when no connection is present upon doing a request.autoReconnect(String autoReconnect) Whether to reconnect when no connection is present upon doing a request.The tags to read as Map containing the tag name associated to its query.The tags to read as Map containing the tag name associated to its query.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
autoReconnect
default Plc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder autoReconnect(boolean autoReconnect) Whether to reconnect when no connection is present upon doing a request. The option is a: <code>boolean</code> type. Default: false Group: common- Parameters:
autoReconnect- the value to set- Returns:
- the dsl builder
-
autoReconnect
default Plc4XEndpointBuilderFactory.Plc4XEndpointProducerBuilder autoReconnect(String autoReconnect) Whether to reconnect when no connection is present upon doing a request. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Parameters:
autoReconnect- the value to set- Returns:
- the dsl builder
-
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- Parameters:
tags- the value to set- Returns:
- the dsl builder
-
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- Parameters:
tags- the value to set- Returns:
- the dsl builder
-