Uses of Interface
org.apache.camel.builder.endpoint.dsl.DirectEndpointBuilderFactory.DirectEndpointProducerBuilder
Packages that use DirectEndpointBuilderFactory.DirectEndpointProducerBuilder
-
Uses of DirectEndpointBuilderFactory.DirectEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DirectEndpointBuilderFactory.DirectEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Direct component.Methods in org.apache.camel.builder.endpoint.dsl that return DirectEndpointBuilderFactory.DirectEndpointProducerBuilderModifier and TypeMethodDescriptionDirectEndpointBuilderFactory.AdvancedDirectEndpointProducerBuilder.basic()DirectEndpointBuilderFactory.DirectEndpointProducerBuilder.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.DirectEndpointBuilderFactory.DirectEndpointProducerBuilder.failIfNoConsumers(boolean failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a DIRECT endpoint with no active consumers.DirectEndpointBuilderFactory.DirectEndpointProducerBuilder.failIfNoConsumers(String failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a DIRECT endpoint with no active consumers.DirectEndpointBuilderFactory.DirectEndpointProducerBuilder.timeout(long timeout) The timeout value to use if block is enabled.The timeout value to use if block is enabled.