Uses of Interface
org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
Packages that use SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
-
Uses of SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SEDA component.Methods in org.apache.camel.builder.endpoint.dsl that return SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilderModifier and TypeMethodDescriptionSedaEndpointBuilderFactory.SedaEndpointProducerBuilder.advanced()SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.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.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.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.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.browseLimit(int browseLimit) Maximum number of messages to keep in memory available for browsing.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.browseLimit(String browseLimit) Maximum number of messages to keep in memory available for browsing.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.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.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.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.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.discardWhenFull(boolean discardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.discardWhenFull(String discardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.failIfNoConsumers(boolean failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.failIfNoConsumers(String failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.offerTimeout(long offerTimeout) Offer timeout can be added to the block case when queue is full.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.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.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.queue(BlockingQueue<org.apache.camel.Exchange> queue) Define the queue instance which will be used by the endpoint.