Uses of Interface
org.apache.camel.builder.endpoint.dsl.DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder
Packages that use DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder
-
Uses of DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Direct VM component.Methods in org.apache.camel.builder.endpoint.dsl that return DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilderModifier and TypeMethodDescriptionDirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder.basic()DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder.block(boolean block) If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder.failIfNoConsumers(boolean failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a Direct-VM endpoint with no active consumers.DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder.failIfNoConsumers(String failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a Direct-VM endpoint with no active consumers.DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder.timeout(long timeout) The timeout value to use if block is enabled.The timeout value to use if block is enabled.