Interface HyperledgerAriesEndpointBuilderFactory.HyperledgerAriesBuilders

    • Method Detail

      • hyperledgerAries

        default HyperledgerAriesEndpointBuilderFactory.HyperledgerAriesEndpointBuilder hyperledgerAries​(String path)
        Hyperledger Aries (camel-hyperledger-aries) Camel support for Hyperledger Aries Category: blockchain,identity Since: 3.19 Maven coordinates: org.apache.camel:camel-hyperledger-aries Syntax: hyperledger-aries:walletName Path parameter: walletName (required) The wallet to connect to
        Parameters:
        path - walletName
        Returns:
        the dsl builder
      • hyperledgerAries

        default HyperledgerAriesEndpointBuilderFactory.HyperledgerAriesEndpointBuilder hyperledgerAries​(String componentName,
                                                                                                        String path)
        Hyperledger Aries (camel-hyperledger-aries) Camel support for Hyperledger Aries Category: blockchain,identity Since: 3.19 Maven coordinates: org.apache.camel:camel-hyperledger-aries Syntax: hyperledger-aries:walletName Path parameter: walletName (required) The wallet to connect to
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - walletName
        Returns:
        the dsl builder