Uses of Interface
org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.SedaEndpointBuilder
-
Packages that use SedaEndpointBuilderFactory.SedaEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of SedaEndpointBuilderFactory.SedaEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SedaEndpointBuilderFactory.SedaEndpointBuilder Modifier and Type Method Description static SedaEndpointBuilderFactory.SedaEndpointBuilder
StaticEndpointBuilders. seda(String path)
SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM.static SedaEndpointBuilderFactory.SedaEndpointBuilder
StaticEndpointBuilders. seda(String componentName, String path)
SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM. -
Uses of SedaEndpointBuilderFactory.SedaEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SedaEndpointBuilderFactory.SedaEndpointBuilder Modifier and Type Method Description default SedaEndpointBuilderFactory.SedaEndpointBuilder
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder. basic()
static SedaEndpointBuilderFactory.SedaEndpointBuilder
SedaEndpointBuilderFactory. endpointBuilder(String componentName, String path)
default SedaEndpointBuilderFactory.SedaEndpointBuilder
SedaEndpointBuilderFactory.SedaBuilders. seda(String path)
SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM.default SedaEndpointBuilderFactory.SedaEndpointBuilder
SedaEndpointBuilderFactory.SedaBuilders. seda(String componentName, String path)
SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM.default SedaEndpointBuilderFactory.SedaEndpointBuilder
SedaEndpointBuilderFactory.SedaEndpointBuilder. size(int size)
The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).default SedaEndpointBuilderFactory.SedaEndpointBuilder
SedaEndpointBuilderFactory.SedaEndpointBuilder. size(String size)
The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).
-