Interface BeanstalkEndpointBuilderFactory.BeanstalkBuilders

    • Method Detail

      • beanstalk

        default BeanstalkEndpointBuilderFactory.BeanstalkEndpointBuilder beanstalk​(String path)
        Beanstalk (camel-beanstalk) Retrieve and post-process Beanstalk jobs. Category: messaging Since: 2.15 Maven coordinates: org.apache.camel:camel-beanstalk Syntax: beanstalk:connectionSettings Path parameter: connectionSettings Connection settings host:port/tube
        Parameters:
        path - connectionSettings
        Returns:
        the dsl builder
      • beanstalk

        default BeanstalkEndpointBuilderFactory.BeanstalkEndpointBuilder beanstalk​(String componentName,
                                                                                   String path)
        Beanstalk (camel-beanstalk) Retrieve and post-process Beanstalk jobs. Category: messaging Since: 2.15 Maven coordinates: org.apache.camel:camel-beanstalk Syntax: beanstalk:connectionSettings Path parameter: connectionSettings Connection settings host:port/tube
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - connectionSettings
        Returns:
        the dsl builder