Uses of Interface
org.apache.camel.builder.endpoint.dsl.StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder
Packages that use StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder
-
Uses of StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Stream component.Methods in org.apache.camel.builder.endpoint.dsl that return StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilderModifier and TypeMethodDescriptionStreamEndpointBuilderFactory.StreamEndpointProducerBuilder.advanced()StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder.readTimeout(int readTimeout) Sets the read timeout to a specified timeout, in milliseconds.StreamEndpointBuilderFactory.AdvancedStreamEndpointProducerBuilder.readTimeout(String readTimeout) Sets the read timeout to a specified timeout, in milliseconds.