@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CordaEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CordaEndpointBuilderFactory.AdvancedCordaEndpointBuilder
Advanced builder for endpoint for the Corda component.
|
static interface |
CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Corda component.
|
static interface |
CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder
Advanced builder for endpoint producers for the Corda component.
|
static interface |
CordaEndpointBuilderFactory.CordaEndpointBuilder
Builder for endpoint for the Corda component.
|
static interface |
CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder
Builder for endpoint consumers for the Corda component.
|
static interface |
CordaEndpointBuilderFactory.CordaEndpointProducerBuilder
Builder for endpoint producers for the Corda component.
|
| Modifier and Type | Method and Description |
|---|---|
default CordaEndpointBuilderFactory.CordaEndpointBuilder |
corda(String path)
Corda (camel-corda)
The corda component uses the corda-rpc to interact with corda nodes.
|
default CordaEndpointBuilderFactory.CordaEndpointBuilder corda(String path)
corda:configuration
Path parameter: configuration (required)
URL to the corda nodeApache Camel