Uses of Interface
org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
-
Packages that use SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder
Advanced builder for endpoint for the SEDA component.Methods in org.apache.camel.builder.endpoint.dsl that return SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder Modifier and Type Method Description default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder. advanced()
default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder. queue(String queue)
Define the queue instance which will be used by the endpoint.default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder. queue(BlockingQueue queue)
Define the queue instance which will be used by the endpoint.
-