Class RestComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.rest.springboot.RestComponentConfiguration
@ConfigurationProperties(prefix="camel.component.rest")
public class RestComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Expose REST services or call external REST services.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
void
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
setBridgeErrorHandler
(Boolean bridgeErrorHandler) void
setConsumerComponentName
(String consumerComponentName) void
void
setLazyStartProducer
(Boolean lazyStartProducer) void
setProducerComponentName
(String producerComponentName) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
RestComponentConfiguration
public RestComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getConsumerComponentName
-
setConsumerComponentName
-
getApiDoc
-
setApiDoc
-
getHost
-
setHost
-
getLazyStartProducer
-
setLazyStartProducer
-
getProducerComponentName
-
setProducerComponentName
-
getAutowiredEnabled
-
setAutowiredEnabled
-