Interface VmEndpointBuilderFactory.VmBuilders

    • Method Detail

      • vm

        default VmEndpointBuilderFactory.VmEndpointBuilder vm​(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:
        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