Interface Plc4XEndpointBuilderFactory.Plc4XBuilders

    • Method Detail

      • plc4x

        default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder 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:driver Path parameter: driver (required) PLC4X connection string for the connection to the target
        Parameters:
        path - driver
        Returns:
        the dsl builder
      • plc4x

        default Plc4XEndpointBuilderFactory.Plc4XEndpointBuilder 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:driver Path parameter: driver (required) PLC4X connection string for the connection to the target
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - driver
        Returns:
        the dsl builder