Interface VertxHttpEndpointBuilderFactory.VertxHttpBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
VertxHttpEndpointBuilderFactory

public static interface VertxHttpEndpointBuilderFactory.VertxHttpBuilders
  • Method Details

    • vertxHttp

      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
      Returns:
      the dsl builder for the headers' name.
    • vertxHttp

      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

      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