Interface DirectVmEndpointBuilderFactory.DirectVmBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
DirectVmEndpointBuilderFactory

public static interface DirectVmEndpointBuilderFactory.DirectVmBuilders
  • Method Details

    • directVm

      Deprecated.
      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 Syntax: direct-vm:name Path parameter: name (required) Name of direct-vm endpoint
      Parameters:
      path - name
      Returns:
      the dsl builder
    • directVm

      Deprecated.
      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 Syntax: direct-vm:name Path parameter: name (required) Name of direct-vm endpoint
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder