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 interfaceSedaEndpointBuilderFactory.AdvancedSedaEndpointBuilderAdvanced 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.AdvancedSedaEndpointProducerBuilderSedaEndpointBuilderFactory.SedaEndpointProducerBuilder. advanced()default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilderSedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder. queue(String queue)Define the queue instance which will be used by the endpoint.default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilderSedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder. queue(BlockingQueue queue)Define the queue instance which will be used by the endpoint.
-