Interface CordaEndpointBuilderFactory.CordaBuilders

    • Method Detail

      • corda

        default CordaEndpointBuilderFactory.CordaEndpointBuilder corda​(String path)
        Corda (camel-corda) Perform operations against Corda blockchain platform using corda-rpc library. Category: blockchain,rpc Since: 2.23 Maven coordinates: org.apache.camel:camel-corda Syntax: corda:node Path parameter: node (required) The url for the corda node
        Parameters:
        path - node
        Returns:
        the dsl builder
      • corda

        default CordaEndpointBuilderFactory.CordaEndpointBuilder corda​(String componentName,
                                                                       String path)
        Corda (camel-corda) Perform operations against Corda blockchain platform using corda-rpc library. Category: blockchain,rpc Since: 2.23 Maven coordinates: org.apache.camel:camel-corda Syntax: corda:node Path parameter: node (required) The url for the corda node
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - node
        Returns:
        the dsl builder