Uses of Interface
org.apache.camel.builder.endpoint.dsl.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder
Packages that use StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder
-
Uses of StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Stub component.Methods in org.apache.camel.builder.endpoint.dsl that return StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilderModifier and TypeMethodDescriptionStubEndpointBuilderFactory.StubEndpointProducerBuilder.advanced()StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.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.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.queue(BlockingQueue<org.apache.camel.Exchange> queue) Define the queue instance which will be used by the endpoint.