| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.basePath(String basePath)
API basePath, for example /v2.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.AdvancedRestSwaggerEndpointBuilder.basic() |
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.componentName(String componentName)
Name of the Camel component that will perform the requests.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.consumes(String consumes)
What payload type this component capable of consuming.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.host(String host)
Scheme hostname and port to direct the HTTP requests to in the form
of https://hostname:port.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.produces(String produces)
What payload type this component is producing.
|
static RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.restSwagger(String path)
REST Swagger (camel-rest-swagger)
An awesome REST endpoint backed by Swagger specifications.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerBuilders.restSwagger(String path)
REST Swagger (camel-rest-swagger)
An awesome REST endpoint backed by Swagger specifications.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder |
RestSwaggerEndpointBuilderFactory.RestSwaggerEndpointBuilder.sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
Apache Camel