Interface VertxHttpEndpointBuilderFactory.VertxHttpBuilders

    • Method Detail

      • vertxHttp

        default VertxHttpEndpointBuilderFactory.VertxHttpEndpointBuilder vertxHttp​(String path)
        Vert.x HTTP Client (camel-vertx-http) Send requests to external HTTP servers using Vert.x Category: http Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-http Syntax: vertx-http:httpUri Path parameter: httpUri (required) The HTTP URI to connect to
        Parameters:
        path - httpUri
        Returns:
        the dsl builder
      • vertxHttp

        default VertxHttpEndpointBuilderFactory.VertxHttpEndpointBuilder vertxHttp​(String componentName,
                                                                                   String path)
        Vert.x HTTP Client (camel-vertx-http) Send requests to external HTTP servers using Vert.x Category: http Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-http Syntax: vertx-http:httpUri Path parameter: httpUri (required) The HTTP URI to connect to
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - httpUri
        Returns:
        the dsl builder