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.endpointBuilder(String componentName,
String path) |
|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.RestApiBuilders.restApi(String path) |
REST API (camel-rest)
Expose OpenAPI Specification of the REST services defined using Camel
REST DSL.
|
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder |
RestApiEndpointBuilderFactory.RestApiBuilders.restApi(String componentName,
String path) |
REST API (camel-rest)
Expose OpenAPI Specification of the REST services defined using Camel
REST DSL.
|