| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
StaticEndpointBuilders.ipfs(String path)
IPFS (camel-ipfs)
Access the Interplanetary File System (IPFS).
|
static IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
StaticEndpointBuilders.ipfs(String componentName,
String path)
IPFS (camel-ipfs)
Access the Interplanetary File System (IPFS).
|
| Modifier and Type | Method and Description |
|---|---|
static IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
IPFSEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
IPFSEndpointBuilderFactory.IPFSBuilders.ipfs(String path)
IPFS (camel-ipfs)
Access the Interplanetary File System (IPFS).
|
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
IPFSEndpointBuilderFactory.IPFSBuilders.ipfs(String componentName,
String path)
IPFS (camel-ipfs)
Access the Interplanetary File System (IPFS).
|
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
IPFSEndpointBuilderFactory.IPFSEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
IPFSEndpointBuilderFactory.IPFSEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
IPFSEndpointBuilderFactory.IPFSEndpointBuilder.outdir(String outdir)
The ipfs output directory.
|
Apache Camel