public static interface DJLEndpointBuilderFactory.DJLEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
artifactId(String artifactId)
Model Artifact.
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
model(String model)
Model.
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
translator(String translator)
Translator.
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder artifactId(String artifactId)
artifactId - the value to setdefault DJLEndpointBuilderFactory.DJLEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault DJLEndpointBuilderFactory.DJLEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault DJLEndpointBuilderFactory.DJLEndpointBuilder model(String model)
model - the value to setdefault DJLEndpointBuilderFactory.DJLEndpointBuilder translator(String translator)
translator - the value to setApache Camel