Interface DirectVmComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface DirectVmComponentBuilderFactory
Call another endpoint from any Camel Context in the same JVM synchronously.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the Direct VM component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptiondirectVm()
Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously.
-
Method Details
-
directVm
Direct VM (camel-directvm) Call another endpoint from any Camel Context in the same JVM synchronously. Category: core,endpoint Since: 2.10 Maven coordinates: org.apache.camel:camel-directvm- Returns:
- the dsl builder
-