Uses of Interface
org.apache.camel.builder.endpoint.dsl.StubEndpointBuilderFactory.StubEndpointProducerBuilder
Packages that use StubEndpointBuilderFactory.StubEndpointProducerBuilder
-
Uses of StubEndpointBuilderFactory.StubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of StubEndpointBuilderFactory.StubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Stub component.Methods in org.apache.camel.builder.endpoint.dsl that return StubEndpointBuilderFactory.StubEndpointProducerBuilderModifier and TypeMethodDescriptionStubEndpointBuilderFactory.AdvancedStubEndpointProducerBuilder.basic()StubEndpointBuilderFactory.StubEndpointProducerBuilder.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).StubEndpointBuilderFactory.StubEndpointProducerBuilder.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.StubEndpointBuilderFactory.StubEndpointProducerBuilder.waitForTaskToComplete(String waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.StubEndpointBuilderFactory.StubEndpointProducerBuilder.waitForTaskToComplete(org.apache.camel.WaitForTaskToComplete waitForTaskToComplete) Option to specify whether the caller should wait for the async task to complete or not before continuing.