JavaScript is disabled on your browser.
static interface
Advanced builder for endpoint for the REST OpenApi component.
RestOpenApiEndpointBuilderFactory.RestOpenApiEndpointConsumerBuilder. advanced ()
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. bridgeErrorHandler (boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. bridgeErrorHandler (String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
Name of the Camel component that will service the requests.
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. exceptionHandler (String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. exceptionHandler (org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. exchangePattern (String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. exchangePattern (org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. mockIncludePattern (String mockIncludePattern)
Used for inclusive filtering of mock data from directories.
To use a custom strategy for how to process Rest DSL requests.
RestOpenApiEndpointBuilderFactory.AdvancedRestOpenApiEndpointConsumerBuilder. restOpenapiProcessorStrategy (org.apache.camel.component.rest.openapi.RestOpenapiProcessorStrategy restOpenapiProcessorStrategy)
To use a custom strategy for how to process Rest DSL requests.