public static interface IOTAEndpointBuilderFactory.IOTAEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
depth(Integer depth)
The depth determines how deep the tangle is analysed for getting
Tips.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
depth(String depth)
The depth determines how deep the tangle is analysed for getting
Tips.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
minWeightMagnitude(Integer minWeightMagnitude)
The minWeightMagnitude is the minimum number of zeroes that a
proof-of-work output/transaction hash must end with to be considered
valid by full nodes.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
minWeightMagnitude(String minWeightMagnitude)
The minWeightMagnitude is the minimum number of zeroes that a
proof-of-work output/transaction hash must end with to be considered
valid by full nodes.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
operation(String operation)
Which operation to perform, one of: sendTransfer, getNewAddress,
getTransfers.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
securityLevel(Integer securityLevel)
Security level to be used for the private key / address.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
securityLevel(String securityLevel)
Security level to be used for the private key / address.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
tag(String tag)
TAG.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
url(String url)
Node url.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder depth(Integer depth)
depth - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder depth(String depth)
depth - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder minWeightMagnitude(Integer minWeightMagnitude)
minWeightMagnitude - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder minWeightMagnitude(String minWeightMagnitude)
minWeightMagnitude - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder operation(String operation)
operation - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder tag(String tag)
tag - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder url(String url)
url - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder securityLevel(Integer securityLevel)
securityLevel - the value to setdefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder securityLevel(String securityLevel)
securityLevel - the value to setApache Camel