Interface PlatformHttpEndpointBuilderFactory.PlatformHttpBuilders

    • Method Detail

      • platformHttp

        default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder platformHttp​(String path)
        Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform. Category: http Since: 3.0 Maven coordinates: org.apache.camel:camel-platform-http Syntax: platform-http:path Path parameter: path (required) The path under which this endpoint serves the HTTP requests
        Parameters:
        path - path
        Returns:
        the dsl builder
      • platformHttp

        default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder platformHttp​(String componentName,
                                                                                            String path)
        Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform. Category: http Since: 3.0 Maven coordinates: org.apache.camel:camel-platform-http Syntax: platform-http:path Path parameter: path (required) The path under which this endpoint serves the HTTP requests
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - path
        Returns:
        the dsl builder