Uses of Interface
org.apache.camel.builder.endpoint.dsl.DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
-
Packages that use DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder Modifier and Type Method Description static DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
StaticEndpointBuilders. directVm(String path)
Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously.static DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
StaticEndpointBuilders. directVm(String componentName, String path)
Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously. -
Uses of DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder Modifier and Type Method Description default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder. basic()
default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
DirectVmEndpointBuilderFactory.DirectVmBuilders. directVm(String path)
Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously.default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
DirectVmEndpointBuilderFactory.DirectVmBuilders. directVm(String componentName, String path)
Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously.static DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
DirectVmEndpointBuilderFactory. endpointBuilder(String componentName, String path)
-