| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.RestApiEndpointBuilder.apiComponentName(String apiComponentName)
The Camel Rest API component to use for generating the API of the
REST services, such as openapi.
|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.AdvancedRestApiEndpointBuilder.basic() |
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.RestApiEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.RestApiEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.RestApiEndpointBuilder.consumerComponentName(String consumerComponentName)
The Camel Rest component to use for (consumer) the REST transport,
such as jetty, servlet, undertow.
|
static RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.restApi(String path)
REST API (camel-rest)
The rest-api component is used for providing Swagger API of the REST
services which has been defined using the rest-dsl in Camel.
|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.RestApiBuilders.restApi(String path)
REST API (camel-rest)
The rest-api component is used for providing Swagger API of the REST
services which has been defined using the rest-dsl in Camel.
|
Apache Camel