Uses of Interface
org.apache.camel.builder.component.dsl.VmComponentBuilderFactory.VmComponentBuilder
Packages that use VmComponentBuilderFactory.VmComponentBuilder
-
Uses of VmComponentBuilderFactory.VmComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return VmComponentBuilderFactory.VmComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.vm()VM (camel-vm) Call another endpoint in the same CamelContext asynchronously. -
Uses of VmComponentBuilderFactory.VmComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement VmComponentBuilderFactory.VmComponentBuilderMethods in org.apache.camel.builder.component.dsl that return VmComponentBuilderFactory.VmComponentBuilderModifier and TypeMethodDescriptionVmComponentBuilderFactory.VmComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.VmComponentBuilderFactory.VmComponentBuilder.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.VmComponentBuilderFactory.VmComponentBuilder.concurrentConsumers(int concurrentConsumers) Sets the default number of concurrent threads processing exchanges.VmComponentBuilderFactory.VmComponentBuilder.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.VmComponentBuilderFactory.VmComponentBuilder.defaultDiscardWhenFull(boolean defaultDiscardWhenFull) Whether a thread that sends messages to a full SEDA queue will be discarded.VmComponentBuilderFactory.VmComponentBuilder.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.VmComponentBuilderFactory.VmComponentBuilder.defaultPollTimeout(int defaultPollTimeout) The timeout (in milliseconds) used when polling.VmComponentBuilderFactory.VmComponentBuilder.defaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory) Sets the default queue factory.VmComponentBuilderFactory.VmComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).VmComponentBuilderFactory.VmComponentBuilder.queueSize(int queueSize) Sets the default maximum capacity of the SEDA queue (i.e., the number of messages it can hold).VmComponentBuilderFactory.vm()VM (camel-vm) Call another endpoint in the same CamelContext asynchronously.