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)
java.lang.String type.
Group: consumerdefault RestApiEndpointBuilderFactory.RestApiEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault RestApiEndpointBuilderFactory.RestApiEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault RestApiEndpointBuilderFactory.RestApiEndpointBuilder consumerComponentName(String consumerComponentName)
java.lang.String type.
Group: consumerApache Camel