public static interface RestApiEndpointBuilderFactory.RestApiBuilders
| Modifier and Type | Method and Description |
|---|---|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
restApi(String path)
REST API (camel-rest)
The rest-api component is used for providing Swagger API of the REST
services which has been defined using the rest-dsl in Camel.
|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder restApi(String path)
rest-api:path/contextIdPattern
Path parameter: path (required)
The base path
Path parameter: contextIdPattern
Optional CamelContext id pattern to only allow Rest APIs from rest
services within CamelContext's which name matches the pattern.Apache Camel