Class DirectComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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 Detail

      • DirectComponentConfiguration

        public DirectComponentConfiguration()
    • 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)