Interface VmEndpointBuilderFactory.VmBuilders

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

public static interface VmEndpointBuilderFactory.VmBuilders
  • Method Details

    • vm

      VM (camel-vm) Call another endpoint in the same CamelContext asynchronously. Category: core,endpoint Since: 1.1 Maven coordinates: org.apache.camel:camel-vm Syntax: vm:name Path parameter: name (required) Name of queue
      Parameters:
      path - name
      Returns:
      the dsl builder
    • vm

      default VmEndpointBuilderFactory.VmEndpointBuilder vm(String componentName, String path)
      VM (camel-vm) Call another endpoint in the same CamelContext asynchronously. Category: core,endpoint Since: 1.1 Maven coordinates: org.apache.camel:camel-vm Syntax: vm:name Path parameter: name (required) Name of queue
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder