Interface MiloBrowseEndpointBuilderFactory.MiloBrowseBuilders

    • Method Detail

      • miloBrowse

        default MiloBrowseEndpointBuilderFactory.MiloBrowseEndpointBuilder miloBrowse​(String path)
        OPC UA Browser (camel-milo) Connect to OPC UA servers using the binary protocol for browsing the node tree. Category: iot Since: 3.15 Maven coordinates: org.apache.camel:camel-milo Syntax: milo-browse:endpointUri Path parameter: endpointUri (required) The OPC UA server endpoint
        Parameters:
        path - endpointUri
        Returns:
        the dsl builder
      • miloBrowse

        default MiloBrowseEndpointBuilderFactory.MiloBrowseEndpointBuilder miloBrowse​(String componentName,
                                                                                      String path)
        OPC UA Browser (camel-milo) Connect to OPC UA servers using the binary protocol for browsing the node tree. Category: iot Since: 3.15 Maven coordinates: org.apache.camel:camel-milo Syntax: milo-browse: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
        Returns:
        the dsl builder