public static interface RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder extends ComponentBuilder<org.apache.camel.component.rest.openapi.RestOpenApiComponent>
| Modifier and Type | Method and Description |
|---|---|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
basePath(String basePath)
API basePath, for example /v2.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
componentName(String componentName)
Name of the Camel component that will perform the requests.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
consumes(String consumes)
What payload type this component capable of consuming.
|
default 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 |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
produces(String produces)
What payload type this component is producing.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
specificationUri(URI specificationUri)
Path to the OpenApi specification file.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
Customize TLS parameters used by the component.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder basePath(String basePath)
basePath - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder componentName(String componentName)
componentName - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder consumes(String consumes)
consumes - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder host(String host)
host - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder produces(String produces)
produces - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder specificationUri(URI specificationUri)
specificationUri - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
sslContextParameters - the value to setdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
useGlobalSslContextParameters - the value to setApache Camel