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.CordaEndpointProducerBuilder |
operation(String operation)
Operation to use.
|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
password(String password)
Password for login.
|
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder |
username(String username)
Username for login.
|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder advanced()
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault CordaEndpointBuilderFactory.CordaEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault CordaEndpointBuilderFactory.CordaEndpointProducerBuilder operation(String operation)
operation - the value to setdefault CordaEndpointBuilderFactory.CordaEndpointProducerBuilder password(String password)
password - the value to setdefault CordaEndpointBuilderFactory.CordaEndpointProducerBuilder username(String username)
username - the value to setApache Camel