public static interface CordaEndpointBuilderFactory.CordaEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder |
advanced() |
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder advanced()
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Group: producerdefault CordaEndpointBuilderFactory.CordaEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Group: producerApache Camel