public static interface IpfsComponentBuilderFactory.IpfsComponentBuilder extends ComponentBuilder<org.apache.camel.component.ipfs.IPFSComponent>
| Modifier and Type | Method and Description |
|---|---|
default IpfsComponentBuilderFactory.IpfsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default IpfsComponentBuilderFactory.IpfsComponentBuilder |
ipfsHost(String ipfsHost)
The ipfs host.
|
default IpfsComponentBuilderFactory.IpfsComponentBuilder |
ipfsPort(int ipfsPort)
The ipfs port.
|
default IpfsComponentBuilderFactory.IpfsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault IpfsComponentBuilderFactory.IpfsComponentBuilder ipfsHost(String ipfsHost)
java.lang.String type.
Default: 127.0.0.1
Group: producerdefault IpfsComponentBuilderFactory.IpfsComponentBuilder ipfsPort(int ipfsPort)
int type.
Default: 5001
Group: producerdefault IpfsComponentBuilderFactory.IpfsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault IpfsComponentBuilderFactory.IpfsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel