Uses of Interface
org.apache.camel.builder.endpoint.dsl.DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder
Packages that use DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder
-
Uses of DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Direct VM component.Methods in org.apache.camel.builder.endpoint.dsl that return DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilderModifier and TypeMethodDescriptionDirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder.advanced()DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder.headerFilterStrategy(String headerFilterStrategy) Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response).DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response).DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder.propagateProperties(boolean propagateProperties) Whether to propagate or not properties from the producer side to the consumer side, and vice versa.DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder.propagateProperties(String propagateProperties) Whether to propagate or not properties from the producer side to the consumer side, and vice versa.