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)
java.lang.String type.
Group: producerdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder componentName(String componentName)
java.lang.String type.
Group: producerdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder consumes(String consumes)
java.lang.String type.
Group: producerdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder host(String host)
java.lang.String type.
Group: producerdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointBuilder produces(String produces)
java.lang.String type.
Group: producerApache Camel