Uses of Interface
org.apache.camel.builder.endpoint.dsl.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder
Packages that use DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder
-
Uses of DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Disruptor VM component.Methods in org.apache.camel.builder.endpoint.dsl that return DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilderModifier and TypeMethodDescriptionDisruptorVmEndpointBuilderFactory.AdvancedDisruptorVmEndpointProducerBuilder.basic()DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.blockWhenFull(boolean blockWhenFull) Whether a thread that sends messages to a full Disruptor will block until the ringbuffer's capacity is no longer exhausted.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.blockWhenFull(String blockWhenFull) Whether a thread that sends messages to a full Disruptor will block until the ringbuffer's capacity is no longer exhausted.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.producerType(String producerType) Defines the producers allowed on the Disruptor.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.producerType(org.apache.camel.component.disruptor.DisruptorProducerType producerType) Defines the producers allowed on the Disruptor.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.size(int size) The maximum capacity of the Disruptors ringbuffer Will be effectively increased to the nearest power of two.The maximum capacity of the Disruptors ringbuffer Will be effectively increased to the nearest power of two.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.timeout(long timeout) Timeout (in milliseconds) before a producer will stop waiting for an asynchronous task to complete.Timeout (in milliseconds) before a producer will stop waiting for an asynchronous task to complete.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.waitForTaskToComplete(String waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder.waitForTaskToComplete(org.apache.camel.WaitForTaskToComplete waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.