Uses of Interface
org.apache.camel.builder.endpoint.dsl.IPFSEndpointBuilderFactory.IPFSEndpointBuilder
-
Packages that use IPFSEndpointBuilderFactory.IPFSEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of IPFSEndpointBuilderFactory.IPFSEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IPFSEndpointBuilderFactory.IPFSEndpointBuilder Modifier and Type Method Description static IPFSEndpointBuilderFactory.IPFSEndpointBuilderStaticEndpointBuilders. ipfs(String path)IPFS (camel-ipfs) Access the Interplanetary File System (IPFS).static IPFSEndpointBuilderFactory.IPFSEndpointBuilderStaticEndpointBuilders. ipfs(String componentName, String path)IPFS (camel-ipfs) Access the Interplanetary File System (IPFS). -
Uses of IPFSEndpointBuilderFactory.IPFSEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IPFSEndpointBuilderFactory.IPFSEndpointBuilder Modifier and Type Method Description static IPFSEndpointBuilderFactory.IPFSEndpointBuilderIPFSEndpointBuilderFactory. endpointBuilder(String componentName, String path)default IPFSEndpointBuilderFactory.IPFSEndpointBuilderIPFSEndpointBuilderFactory.IPFSBuilders. ipfs(String path)IPFS (camel-ipfs) Access the Interplanetary File System (IPFS).default IPFSEndpointBuilderFactory.IPFSEndpointBuilderIPFSEndpointBuilderFactory.IPFSBuilders. ipfs(String componentName, String path)IPFS (camel-ipfs) Access the Interplanetary File System (IPFS).default IPFSEndpointBuilderFactory.IPFSEndpointBuilderIPFSEndpointBuilderFactory.IPFSEndpointBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).default IPFSEndpointBuilderFactory.IPFSEndpointBuilderIPFSEndpointBuilderFactory.IPFSEndpointBuilder. lazyStartProducer(String lazyStartProducer)Whether the producer should be started lazy (on the first message).default IPFSEndpointBuilderFactory.IPFSEndpointBuilderIPFSEndpointBuilderFactory.IPFSEndpointBuilder. outdir(String outdir)The ipfs output directory.
-