Uses of Interface
org.apache.camel.builder.endpoint.dsl.BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder
Packages that use BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder
-
Uses of BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilderModifier and TypeMethodDescriptionBeanEndpointBuilderFactory.BeanEndpointBuilder.advanced()BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder.parameters(String key, Object value) Used for configuring additional properties on the bean.BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder.parameters(Map values) Used for configuring additional properties on the bean.