Interface Plc4XEndpointBuilderFactory.Plc4XBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
Plc4XEndpointBuilderFactory

public static interface Plc4XEndpointBuilderFactory.Plc4XBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    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
  • Method Details

    • plc4x

      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