Interface JettyHttpEndpointBuilderFactory.JettyHttpBuilders

    • Method Detail

      • jetty

        default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder jetty​(String path)
        Jetty (camel-jetty) Expose HTTP endpoints using Jetty 9. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty Syntax: jetty:httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
        Parameters:
        path - httpUri
        Returns:
        the dsl builder
      • jetty

        default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder jetty​(String componentName,
                                                                               String path)
        Jetty (camel-jetty) Expose HTTP endpoints using Jetty 9. Category: http Since: 1.2 Maven coordinates: org.apache.camel:camel-jetty Syntax: jetty:httpUri Path parameter: httpUri (required) The url of the HTTP endpoint to call.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - httpUri
        Returns:
        the dsl builder