public static interface IPFSEndpointBuilderFactory.IPFSEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IPFSEndpointBuilderFactory.AdvancedIPFSEndpointBuilder |
advanced() |
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder |
outdir(String outdir)
The ipfs output directory.
|
default IPFSEndpointBuilderFactory.AdvancedIPFSEndpointBuilder advanced()
default IPFSEndpointBuilderFactory.IPFSEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault IPFSEndpointBuilderFactory.IPFSEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault IPFSEndpointBuilderFactory.IPFSEndpointBuilder outdir(String outdir)
java.lang.String type.
Group: producerApache Camel