Class ScpComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.scp.springboot.ScpComponentConfiguration

@ConfigurationProperties(prefix="camel.component.scp") public class ScpComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Copy files to/from remote hosts using the secure copy protocol (SCP). Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • ScpComponentConfiguration

      public ScpComponentConfiguration()
  • Method Details

    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getVerboseLogging

      public Boolean getVerboseLogging()
    • setVerboseLogging

      public void setVerboseLogging(Boolean verboseLogging)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getHealthCheckConsumerEnabled

      public Boolean getHealthCheckConsumerEnabled()
    • setHealthCheckConsumerEnabled

      public void setHealthCheckConsumerEnabled(Boolean healthCheckConsumerEnabled)
    • getHealthCheckProducerEnabled

      public Boolean getHealthCheckProducerEnabled()
    • setHealthCheckProducerEnabled

      public void setHealthCheckProducerEnabled(Boolean healthCheckProducerEnabled)