Interface DisruptorEndpointBuilderFactory.DisruptorBuilders

    • Method Detail

      • disruptor

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

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