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!
-
-
Constructor Summary
Constructors Constructor Description DirectVmComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getBasicPropertyBinding()
Boolean
getBlock()
Boolean
getBridgeErrorHandler()
String
getHeaderFilterStrategy()
Boolean
getLazyStartProducer()
Boolean
getPropagateProperties()
Long
getTimeout()
void
setBasicPropertyBinding(Boolean basicPropertyBinding)
void
setBlock(Boolean block)
void
setBridgeErrorHandler(Boolean bridgeErrorHandler)
void
setHeaderFilterStrategy(String headerFilterStrategy)
void
setLazyStartProducer(Boolean lazyStartProducer)
void
setPropagateProperties(Boolean propagateProperties)
void
setTimeout(Long timeout)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getBlock
public Boolean getBlock()
-
setBlock
public void setBlock(Boolean block)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getTimeout
public Long getTimeout()
-
setTimeout
public void setTimeout(Long timeout)
-
getBasicPropertyBinding
public Boolean getBasicPropertyBinding()
-
setBasicPropertyBinding
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
-
getHeaderFilterStrategy
public String getHeaderFilterStrategy()
-
setHeaderFilterStrategy
public void setHeaderFilterStrategy(String headerFilterStrategy)
-
getPropagateProperties
public Boolean getPropagateProperties()
-
setPropagateProperties
public void setPropagateProperties(Boolean propagateProperties)
-
-