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