Uses of Interface
org.apache.camel.builder.endpoint.dsl.VmEndpointBuilderFactory.VmEndpointBuilder
-
Packages that use VmEndpointBuilderFactory.VmEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of VmEndpointBuilderFactory.VmEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return VmEndpointBuilderFactory.VmEndpointBuilder Modifier and Type Method Description static VmEndpointBuilderFactory.VmEndpointBuilderStaticEndpointBuilders. vm(String path)VM (camel-vm) Call another endpoint in the same CamelContext asynchronously.static VmEndpointBuilderFactory.VmEndpointBuilderStaticEndpointBuilders. vm(String componentName, String path)VM (camel-vm) Call another endpoint in the same CamelContext asynchronously. -
Uses of VmEndpointBuilderFactory.VmEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return VmEndpointBuilderFactory.VmEndpointBuilder Modifier and Type Method Description default VmEndpointBuilderFactory.VmEndpointBuilderVmEndpointBuilderFactory.AdvancedVmEndpointBuilder. basic()static VmEndpointBuilderFactory.VmEndpointBuilderVmEndpointBuilderFactory. endpointBuilder(String componentName, String path)default VmEndpointBuilderFactory.VmEndpointBuilderVmEndpointBuilderFactory.VmEndpointBuilder. size(int size)The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).default VmEndpointBuilderFactory.VmEndpointBuilderVmEndpointBuilderFactory.VmEndpointBuilder. size(String size)The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).default VmEndpointBuilderFactory.VmEndpointBuilderVmEndpointBuilderFactory.VmBuilders. vm(String path)VM (camel-vm) Call another endpoint in the same CamelContext asynchronously.default VmEndpointBuilderFactory.VmEndpointBuilderVmEndpointBuilderFactory.VmBuilders. vm(String componentName, String path)VM (camel-vm) Call another endpoint in the same CamelContext asynchronously.
-