public static interface RestEndpointBuilderFactory.RestBuilders
| Modifier and Type | Method and Description |
|---|---|
default RestEndpointBuilderFactory.RestEndpointBuilder |
restEndpoint(String path)
REST (camel-rest)
The rest component is used for either hosting REST services
(consumer) or calling external REST services (producer).
|
default RestEndpointBuilderFactory.RestEndpointBuilder restEndpoint(String path)
rest:method:path:uriTemplate
Path parameter: method (required)
HTTP method to use.
The value can be one of: get, post, put, delete, patch, head, trace,
connect, options
Path parameter: path (required)
The base path
Path parameter: uriTemplate
The uri templateApache Camel