Interface IPFSEndpointBuilderFactory.IPFSBuilders

    • Method Detail

      • ipfs

        @Deprecated
        default IPFSEndpointBuilderFactory.IPFSEndpointBuilder ipfs​(String path)
        Deprecated.
        IPFS (camel-ipfs) Access the Interplanetary File System (IPFS). Category: file,ipfs Since: 2.23 Maven coordinates: org.apache.camel:camel-ipfs Syntax: ipfs:ipfsCmd Path parameter: ipfsCmd (required) The ipfs command There are 4 enums and the value can be one of: add, cat, get, version
        Parameters:
        path - ipfsCmd
        Returns:
        the dsl builder
      • ipfs

        @Deprecated
        default IPFSEndpointBuilderFactory.IPFSEndpointBuilder ipfs​(String componentName,
                                                                    String path)
        Deprecated.
        IPFS (camel-ipfs) Access the Interplanetary File System (IPFS). Category: file,ipfs Since: 2.23 Maven coordinates: org.apache.camel:camel-ipfs Syntax: ipfs:ipfsCmd Path parameter: ipfsCmd (required) The ipfs command There are 4 enums and the value can be one of: add, cat, get, version
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - ipfsCmd
        Returns:
        the dsl builder