public static interface PlatformHttpEndpointBuilderFactory.PlatformHttpBuilders
| Modifier and Type | Method and Description |
|---|---|
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder |
platformHttp(String path)
Platform HTTP (camel-platform-http)
HTTP service leveraging existing runtime platform HTTP server
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 |
default PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder platformHttp(String path)
platform-http:path
Path parameter: path (required)
The path under which this endpoint serves the HTTP requestsApache Camel