Uses of Interface
org.apache.camel.builder.component.dsl.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder
Packages that use DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder
-
Uses of DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.disruptorVm()Disruptor VM (camel-disruptor) Provides asynchronous SEDA behavior using LMAX Disruptor. -
Uses of DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilderModifier and TypeMethodDescriptionDisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.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.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.bufferSize(int bufferSize) To configure the ring buffer size.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.defaultBlockWhenFull(boolean defaultBlockWhenFull) To configure the default value for block when full The default value is true.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.defaultConcurrentConsumers(int defaultConcurrentConsumers) To configure the default number of concurrent consumers.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.defaultMultipleConsumers(boolean defaultMultipleConsumers) To configure the default value for multiple consumers.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.defaultProducerType(org.apache.camel.component.disruptor.DisruptorProducerType defaultProducerType) To configure the default value for DisruptorProducerType The default value is Multi.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.defaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy) To configure the default value for DisruptorWaitStrategy The default value is Blocking.DisruptorVmComponentBuilderFactory.disruptorVm()Disruptor VM (camel-disruptor) Provides asynchronous SEDA behavior using LMAX Disruptor.DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).