| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RefEndpointBuilderFactory.RefEndpointBuilder
Builder for endpoint for the Ref component.
|
| Modifier and Type | Method and Description |
|---|---|
default RefEndpointBuilderFactory.RefEndpointProducerBuilder |
RefEndpointBuilderFactory.AdvancedRefEndpointProducerBuilder.basic() |
default RefEndpointBuilderFactory.RefEndpointProducerBuilder |
RefEndpointBuilderFactory.RefEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RefEndpointBuilderFactory.RefEndpointProducerBuilder |
RefEndpointBuilderFactory.RefEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel