Interface DisruptorVmEndpointBuilderFactory.DisruptorVmBuilders

    • Method Detail

      • disruptorVm

        default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointBuilder disruptorVm​(String path)
        Disruptor VM (camel-disruptor) Provides asynchronous SEDA behavior using LMAX Disruptor. Category: endpoint Since: 2.12 Maven coordinates: org.apache.camel:camel-disruptor Syntax: disruptor-vm:name Path parameter: name (required) Name of queue
        Parameters:
        path - name
        Returns:
        the dsl builder
      • disruptorVm

        default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointBuilder disruptorVm​(String componentName,
                                                                                         String path)
        Disruptor VM (camel-disruptor) Provides asynchronous SEDA behavior using LMAX Disruptor. Category: endpoint Since: 2.12 Maven coordinates: org.apache.camel:camel-disruptor Syntax: disruptor-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