@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.CordaBuilders |
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 |
|---|---|
static CordaEndpointBuilderFactory.CordaEndpointBuilder |
corda(String path)
Corda (camel-corda)
The corda component uses corda-rpc to interact with corda nodes.
|
static CordaEndpointBuilderFactory.CordaEndpointBuilder corda(String path)
corda:node
Path parameter: node (required)
The url for the corda nodeApache Camel