Class DirectComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.direct.springboot.DirectComponentConfiguration

@ConfigurationProperties(prefix="camel.component.direct") public class DirectComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Call another endpoint from the same Camel Context synchronously. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • DirectComponentConfiguration

      public DirectComponentConfiguration()
  • Method Details

    • 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)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)