- SedaComponent - Class in org.apache.camel.component.seda
-
- SedaComponent() - Constructor for class org.apache.camel.component.seda.SedaComponent
-
- SedaComponentConfigurer - Class in org.apache.camel.component.seda
-
Generated by camel build tools - do NOT edit this file!
- SedaComponentConfigurer() - Constructor for class org.apache.camel.component.seda.SedaComponentConfigurer
-
- SedaConstants - Class in org.apache.camel.component.seda
-
- SedaConsumer - Class in org.apache.camel.component.seda
-
A Consumer for the SEDA component.
- SedaConsumer(SedaEndpoint, Processor) - Constructor for class org.apache.camel.component.seda.SedaConsumer
-
- SedaConsumerNotAvailableException - Exception in org.apache.camel.component.seda
-
- SedaConsumerNotAvailableException(String, Exchange) - Constructor for exception org.apache.camel.component.seda.SedaConsumerNotAvailableException
-
- SedaEndpoint - Class in org.apache.camel.component.seda
-
Asynchronously call another endpoint from any Camel Context in the same JVM.
- SedaEndpoint() - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaEndpoint(String, Component, BlockingQueue<Exchange>) - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaEndpoint(String, Component, BlockingQueue<Exchange>, int) - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaEndpoint(String, Component, BlockingQueueFactory<Exchange>, int) - Constructor for class org.apache.camel.component.seda.SedaEndpoint
-
- SedaEndpointConfigurer - Class in org.apache.camel.component.seda
-
Generated by camel build tools - do NOT edit this file!
- SedaEndpointConfigurer() - Constructor for class org.apache.camel.component.seda.SedaEndpointConfigurer
-
- SedaPollingConsumer - Class in org.apache.camel.component.seda
-
- SedaPollingConsumer(Endpoint) - Constructor for class org.apache.camel.component.seda.SedaPollingConsumer
-
- SedaProducer - Class in org.apache.camel.component.seda
-
- SedaProducer(SedaEndpoint, WaitForTaskToComplete, long, boolean, boolean, long) - Constructor for class org.apache.camel.component.seda.SedaProducer
-
- sendToConsumers(Exchange) - Method in class org.apache.camel.component.seda.SedaConsumer
-
Send the given Exchange to the consumer(s).
- setBlockWhenFull(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer
exhausted.
- setComparator(Comparator<E>) - Method in class org.apache.camel.component.seda.PriorityBlockingQueueFactory
-
- setConcurrentConsumers(int) - Method in class org.apache.camel.component.seda.SedaComponent
-
Sets the default number of concurrent threads processing exchanges.
- setConcurrentConsumers(int) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Number of concurrent threads processing exchanges.
- setDefaultBlockWhenFull(boolean) - Method in class org.apache.camel.component.seda.SedaComponent
-
Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer
exhausted.
- setDefaultCapacity(int) - Method in class org.apache.camel.component.seda.ArrayBlockingQueueFactory
-
- setDefaultDiscardWhenFull(boolean) - Method in class org.apache.camel.component.seda.SedaComponent
-
- setDefaultOfferTimeout(long) - Method in class org.apache.camel.component.seda.SedaComponent
-
Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer
exhausted.
- setDefaultQueueFactory(BlockingQueueFactory<Exchange>) - Method in class org.apache.camel.component.seda.SedaComponent
-
Sets the default queue factory.
- setDiscardIfNoConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether the producer should discard the message (do not add the message to the queue), when sending to a queue
with no active consumers.
- setDiscardWhenFull(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether a thread that sends messages to a full SEDA queue will be discarded.
- setFailIfNoConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether the producer should fail by throwing an exception, when sending to a queue with no active consumers.
- setFair(boolean) - Method in class org.apache.camel.component.seda.ArrayBlockingQueueFactory
-
- setLimitConcurrentConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether to limit the number of concurrentConsumers to the maximum of 500.
- setMultipleConsumers(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Specifies whether multiple consumers are allowed.
- setOfferTimeout(long) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
offerTimeout (in milliseconds) can be added to the block case when queue is full.
- setPollTimeout(int) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
The timeout used when polling.
- setPurgeWhenStopping(boolean) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Whether to purge the task queue when stopping the consumer/route.
- setQueue(BlockingQueue<Exchange>) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Define the queue instance which will be used by the endpoint.
- setQueueSize(int) - Method in class org.apache.camel.component.seda.SedaComponent
-
Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).
- setSize(int) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).
- setTimeout(long) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Timeout (in milliseconds) before a SEDA producer will stop waiting for an asynchronous task to complete.
- setWaitForTaskToComplete(WaitForTaskToComplete) - Method in class org.apache.camel.component.seda.SedaEndpoint
-
Option to specify whether the caller should wait for the async task to complete or not before continuing.
- shutdown() - Method in class org.apache.camel.component.seda.SedaEndpoint
-
- stop() - Method in class org.apache.camel.component.seda.SedaEndpoint
-