Uses of Interface
org.apache.camel.builder.endpoint.dsl.Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder
-
Packages that use Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder Modifier and Type Method Description static Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderStaticEndpointBuilders. plc4x(String path)PLC4X (camel-plc4x) Read and write to PLC devices Category: iot Since: 3.20 Maven coordinates: org.apache.camel:camel-plc4x Syntax:plc4x:driverPath parameter: driver (required) PLC4X connection string for the connection to the targetstatic Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderStaticEndpointBuilders. plc4x(String componentName, String path)PLC4X (camel-plc4x) Read and write to PLC devices Category: iot Since: 3.20 Maven coordinates: org.apache.camel:camel-plc4x Syntax:plc4x:driverPath parameter: driver (required) PLC4X connection string for the connection to the target -
Uses of Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder Modifier and Type Method Description default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderPlc4XEndpointBuilderFactory.Plc4XEndpointBuilder. autoReconnect(boolean autoReconnect)Whether to reconnect when no connection is present upon doing a request.default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderPlc4XEndpointBuilderFactory.Plc4XEndpointBuilder. autoReconnect(String autoReconnect)Whether to reconnect when no connection is present upon doing a request.default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderPlc4XEndpointBuilderFactory.AdvancedPlc4XEndpointBuilder. basic()static Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderPlc4XEndpointBuilderFactory. endpointBuilder(String componentName, String path)default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderPlc4XEndpointBuilderFactory.Plc4XBuilders. plc4x(String path)PLC4X (camel-plc4x) Read and write to PLC devices Category: iot Since: 3.20 Maven coordinates: org.apache.camel:camel-plc4x Syntax:plc4x:driverPath parameter: driver (required) PLC4X connection string for the connection to the targetdefault Plc4XEndpointBuilderFactory.Plc4XEndpointBuilderPlc4XEndpointBuilderFactory.Plc4XBuilders. plc4x(String componentName, String path)PLC4X (camel-plc4x) Read and write to PLC devices Category: iot Since: 3.20 Maven coordinates: org.apache.camel:camel-plc4x Syntax:plc4x:driverPath parameter: driver (required) PLC4X connection string for the connection to the target
-