| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
StaticEndpointBuilders.restOpenapi(String path)
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory interface.
|
static RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
StaticEndpointBuilders.restOpenapi(String componentName,
String path)
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory interface.
|
| Modifier and Type | Method and Description |
|---|---|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.basePath(String basePath)
API basePath, for example /v2.
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.componentName(String componentName)
Name of the Camel component that will perform the requests.
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.consumes(String consumes)
What payload type this component capable of consuming.
|
static RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.host(String host)
Scheme hostname and port to direct the HTTP requests to in the form
of https://hostname:port.
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder.produces(String produces)
What payload type this component is producing.
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiBuilders.restOpenapi(String path)
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory
interface.
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
RestOpenApiEndpointBuilderFactory.RestOpenApiBuilders.restOpenapi(String componentName,
String path)
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory
interface.
|
Apache Camel