Interface MiloClientEndpointBuilderFactory.MiloClientBuilders

    • Method Detail

      • miloClient

        default MiloClientEndpointBuilderFactory.MiloClientEndpointBuilder miloClient​(String path)
        OPC UA Client (camel-milo) Connect to OPC UA servers using the binary protocol for acquiring telemetry data. Category: iot Since: 2.19 Maven coordinates: org.apache.camel:camel-milo Syntax: milo-client:endpointUri Path parameter: endpointUri (required) The OPC UA server endpoint
        Parameters:
        path - endpointUri
      • miloClient

        default MiloClientEndpointBuilderFactory.MiloClientEndpointBuilder miloClient​(String componentName,
                                                                                      String path)
        OPC UA Client (camel-milo) Connect to OPC UA servers using the binary protocol for acquiring telemetry data. Category: iot Since: 2.19 Maven coordinates: org.apache.camel:camel-milo Syntax: milo-client:endpointUri Path parameter: endpointUri (required) The OPC UA server endpoint
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - endpointUri