public static interface RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointBuilder |
advanced() |
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
basePath(String basePath)
API basePath, for example /v2.
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
componentName(String componentName)
Name of the Camel component that will perform the requests.
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
consumes(String consumes)
What payload type this component capable of consuming.
|
default 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 |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder |
produces(String produces)
What payload type this component is producing.
|
default RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointBuilder advanced()
default RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder basePath(String basePath)
basePath - the value to setdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder componentName(String componentName)
componentName - the value to setdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder consumes(String consumes)
consumes - the value to setdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder host(String host)
host - the value to setdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder produces(String produces)
produces - the value to setApache Camel