default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.basePath(String basePath) |
API basePath, for example /v2.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.componentName(String componentName) |
Name of the Camel component that will perform the requests.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.consumes(String consumes) |
What payload type this component capable of consuming.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.host(String host) |
Scheme hostname and port to direct the HTTP requests to in the form
of https://hostname:port.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.produces(String produces) |
What payload type this component is producing.
|
static RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.restOpenapi() |
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory interface.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.specificationUri(URI specificationUri) |
Path to the OpenApi specification file.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) |
Customize TLS parameters used by the component.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) |
Enable usage of global SSL context parameters.
|