| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CordaEndpointBuilderFactory.CordaEndpointBuilder
Builder for endpoint for the Corda component.
|
| Modifier and Type | Method and Description |
|---|---|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder.basic() |
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
CordaEndpointBuilderFactory.CordaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
CordaEndpointBuilderFactory.CordaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
CordaEndpointBuilderFactory.CordaEndpointProducerBuilder.operation(String operation)
Operation to use.
|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
CordaEndpointBuilderFactory.CordaEndpointProducerBuilder.password(String password)
Password for login.
|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
CordaEndpointBuilderFactory.CordaEndpointProducerBuilder.username(String username)
Username for login.
|
Apache Camel