Uses of Interface
org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
Packages that use SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
-
Uses of SedaEndpointBuilderFactory.SedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SedaEndpointBuilderFactory.SedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SEDA component.Methods in org.apache.camel.builder.endpoint.dsl that return SedaEndpointBuilderFactory.SedaEndpointProducerBuilderModifier and TypeMethodDescriptionSedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.basic()SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.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.SedaEndpointProducerBuilder.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.SedaEndpointProducerBuilder.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.SedaEndpointProducerBuilder.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.SedaEndpointProducerBuilder.discardWhenFull(boolean discardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.discardWhenFull(String discardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.failIfNoConsumers(boolean failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.failIfNoConsumers(String failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.offerTimeout(long offerTimeout) Offer timeout (in milliseconds) can be added to the block case when queue is full.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.offerTimeout(String offerTimeout) Offer timeout (in milliseconds) can be added to the block case when queue is full.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.size(int size) The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.timeout(long timeout) Timeout (in milliseconds) before a SEDA producer will stop waiting for an asynchronous task to complete.Timeout (in milliseconds) before a SEDA producer will stop waiting for an asynchronous task to complete.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.waitForTaskToComplete(String waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.waitForTaskToComplete(org.apache.camel.WaitForTaskToComplete waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.