public static interface RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder extends ComponentBuilder<org.apache.camel.component.rest.openapi.RestOpenApiComponent>
| Modifier and Type | Method and Description |
|---|---|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
basePath(String basePath)
API basePath, for example /v2.
|
default RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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)
java.lang.String type.
Group: producerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder componentName(String componentName)
java.lang.String type.
Group: producerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder consumes(String consumes)
java.lang.String type.
Group: producerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder host(String host)
java.lang.String type.
Group: producerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder produces(String produces)
java.lang.String type.
Group: producerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder specificationUri(URI specificationUri)
java.net.URI type.
Default: openapi.json
Group: producerdefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel