| 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).
|
Apache Camel