Uses of Interface
org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
Packages that use SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
-
Uses of SedaEndpointBuilderFactory.SedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SedaEndpointBuilderFactory.SedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SEDA component.Methods in org.apache.camel.builder.endpoint.dsl that return SedaEndpointBuilderFactory.SedaEndpointProducerBuilderModifier and TypeMethodDescriptionSedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.basic()SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.size(int size) The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.timeout(long timeout) Timeout before a SEDA producer will stop waiting for an asynchronous task to complete.Timeout before a SEDA producer will stop waiting for an asynchronous task to complete.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.waitForTaskToComplete(String waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.waitForTaskToComplete(org.apache.camel.WaitForTaskToComplete waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.