public static interface IPFSEndpointBuilderFactory.IPFSEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
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.IPFSEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IPFSEndpointBuilderFactory.IPFSEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault IPFSEndpointBuilderFactory.IPFSEndpointBuilder outdir(String outdir)
outdir - the value to setApache Camel