public static interface RestApiEndpointBuilderFactory.RestApiEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default RestApiEndpointBuilderFactory.AdvancedRestApiEndpointBuilder |
advanced() |
default 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 |
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 |
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 |
consumerComponentName(String consumerComponentName)
The Camel Rest component to use for (consumer) the REST transport,
such as jetty, servlet, undertow.
|
default RestApiEndpointBuilderFactory.AdvancedRestApiEndpointBuilder advanced()
default RestApiEndpointBuilderFactory.RestApiEndpointBuilder apiComponentName(String apiComponentName)
apiComponentName - the value to setdefault RestApiEndpointBuilderFactory.RestApiEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault RestApiEndpointBuilderFactory.RestApiEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault RestApiEndpointBuilderFactory.RestApiEndpointBuilder consumerComponentName(String consumerComponentName)
consumerComponentName - the value to setApache Camel