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.SedaEndpointBuilderStaticEndpointBuilders. seda(String path)SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM.static SedaEndpointBuilderFactory.SedaEndpointBuilderStaticEndpointBuilders. 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.SedaEndpointBuilderSedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder. basic()static SedaEndpointBuilderFactory.SedaEndpointBuilderSedaEndpointBuilderFactory. endpointBuilder(String componentName, String path)default SedaEndpointBuilderFactory.SedaEndpointBuilderSedaEndpointBuilderFactory.SedaBuilders. seda(String path)SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM.default SedaEndpointBuilderFactory.SedaEndpointBuilderSedaEndpointBuilderFactory.SedaBuilders. seda(String componentName, String path)SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM.default SedaEndpointBuilderFactory.SedaEndpointBuilderSedaEndpointBuilderFactory.SedaEndpointBuilder. size(int size)The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).default SedaEndpointBuilderFactory.SedaEndpointBuilderSedaEndpointBuilderFactory.SedaEndpointBuilder. size(String size)The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).
-