Uses of Interface
org.apache.camel.builder.endpoint.dsl.RefEndpointBuilderFactory.RefEndpointProducerBuilder
-
Packages that use RefEndpointBuilderFactory.RefEndpointProducerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of RefEndpointBuilderFactory.RefEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RefEndpointBuilderFactory.RefEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
RefEndpointBuilderFactory.RefEndpointBuilder
Builder for endpoint for the Ref component.Methods in org.apache.camel.builder.endpoint.dsl that return RefEndpointBuilderFactory.RefEndpointProducerBuilder Modifier and Type Method 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).
-