Class DirectVmComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.directvm.springboot.DirectVmComponentConfiguration
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
@ConfigurationProperties(prefix="camel.component.direct-vm")
public class DirectVmComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Call another endpoint from any Camel Context in the same JVM synchronously.
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 TypeMethodDescriptiongetBlock()org.apache.camel.spi.HeaderFilterStrategyvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidvoidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetPropagateProperties(Boolean propagateProperties) voidsetTimeout(Long timeout) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
DirectVmComponentConfiguration
public DirectVmComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getBlock
-
setBlock
-
getLazyStartProducer
-
setLazyStartProducer
-
getTimeout
-
setTimeout
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy() -
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) -
getPropagateProperties
-
setPropagateProperties
-