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.blockWhenFull(boolean blockWhenFull) Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.blockWhenFull(String blockWhenFull) Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.browseLimit(int browseLimit) Maximum number of messages to keep in memory available for browsing.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.browseLimit(String browseLimit) Maximum number of messages to keep in memory available for browsing.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.discardIfNoConsumers(boolean discardIfNoConsumers) Whether the producer should discard the message (do not add the message to the queue), when sending to a queue with no active consumers.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.discardIfNoConsumers(String discardIfNoConsumers) Whether the producer should discard the message (do not add the message to the queue), when sending to a queue with no active consumers.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.discardWhenFull(boolean discardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.discardWhenFull(String discardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.failIfNoConsumers(boolean failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.failIfNoConsumers(String failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.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).StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.offerTimeout(long offerTimeout) Offer timeout can be added to the block case when queue is full.StubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.offerTimeout(String offerTimeout) Offer timeout can be added to the block case when queue is full.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.