Uses of Interface
org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
Packages that use SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
-
Uses of SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SEDA component.Methods in org.apache.camel.builder.endpoint.dsl that return SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilderModifier and TypeMethodDescriptionSedaEndpointBuilderFactory.SedaEndpointProducerBuilder.advanced()SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).Define the queue instance which will be used by the endpoint.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.queue(BlockingQueue<org.apache.camel.Exchange> queue) Define the queue instance which will be used by the endpoint.