@Generated(value="org.apache.camel.maven.packaging.ComponentDslMojo") public interface RestApiComponentBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RestApiComponentBuilderFactory.RestApiComponentBuilder
Builder for the REST API component.
|
static class |
RestApiComponentBuilderFactory.RestApiComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static RestApiComponentBuilderFactory.RestApiComponentBuilder |
restApi()
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.
|
static RestApiComponentBuilderFactory.RestApiComponentBuilder restApi()
Apache Camel