Interface DirectVmEndpointBuilderFactory.DirectVmBuilders

    • Method Detail

      • directVm

        default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder directVm​(String path)
        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
      • directVm

        default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder directVm​(String componentName,
                                                                                String path)
        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