Interface RestApiConsumerFactory


public interface RestApiConsumerFactory
Allows SPI to plugin a RestApiConsumerFactory that creates the Camel Consumer responsible for handling incoming HTTP GET requests from clients that request to access the REST API documentation.

For example most of the Camel components that supports REST-DSL does that, such as camel-jetty, camel-netty-http.