@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface PlatformHttpEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder
Advanced builder for endpoint for the Platform HTTP component.
|
static interface |
PlatformHttpEndpointBuilderFactory.PlatformHttpBuilders |
static interface |
PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder
Builder for endpoint for the Platform HTTP component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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 |
static PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder platformHttp(String path)
platform-http:path
Path parameter: path (required)
The path under which this endpoint serves the HTTP requestsApache Camel