Uses of Interface
org.apache.camel.builder.component.dsl.SedaComponentBuilderFactory.SedaComponentBuilder
Packages that use SedaComponentBuilderFactory.SedaComponentBuilder
-
Uses of SedaComponentBuilderFactory.SedaComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SedaComponentBuilderFactory.SedaComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.seda()SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM. -
Uses of SedaComponentBuilderFactory.SedaComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SedaComponentBuilderFactory.SedaComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return SedaComponentBuilderFactory.SedaComponentBuilderModifier and TypeMethodDescriptionSedaComponentBuilderFactory.SedaComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SedaComponentBuilderFactory.SedaComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SedaComponentBuilderFactory.SedaComponentBuilder.concurrentConsumers(int concurrentConsumers) Sets the default number of concurrent threads processing exchanges.SedaComponentBuilderFactory.SedaComponentBuilder.defaultBlockWhenFull(boolean defaultBlockWhenFull) Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted.SedaComponentBuilderFactory.SedaComponentBuilder.defaultDiscardWhenFull(boolean defaultDiscardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.SedaComponentBuilderFactory.SedaComponentBuilder.defaultOfferTimeout(long defaultOfferTimeout) Whether a thread that sends messages to a full SEDA queue will block until the queue's capacity is no longer exhausted.SedaComponentBuilderFactory.SedaComponentBuilder.defaultPollTimeout(int defaultPollTimeout) The timeout (in milliseconds) used when polling.SedaComponentBuilderFactory.SedaComponentBuilder.defaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory) Sets the default queue factory.SedaComponentBuilderFactory.SedaComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SedaComponentBuilderFactory.SedaComponentBuilder.queueSize(int queueSize) Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).SedaComponentBuilderFactory.seda()SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM.