Class FtpsComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.file.remote.springboot.FtpsComponentConfiguration
@ConfigurationProperties(prefix="camel.component.ftps")
public class FtpsComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Upload and download files to/from FTP servers supporting the FTPS protocol.
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 TypeMethodDescriptionvoid
setAutowiredEnabled
(Boolean autowiredEnabled) void
setBridgeErrorHandler
(Boolean bridgeErrorHandler) void
setHealthCheckConsumerEnabled
(Boolean healthCheckConsumerEnabled) void
setHealthCheckProducerEnabled
(Boolean healthCheckProducerEnabled) void
setLazyStartProducer
(Boolean lazyStartProducer) void
setUseGlobalSslContextParameters
(Boolean useGlobalSslContextParameters) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
FtpsComponentConfiguration
public FtpsComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getHealthCheckConsumerEnabled
-
setHealthCheckConsumerEnabled
-
getHealthCheckProducerEnabled
-
setHealthCheckProducerEnabled
-
getUseGlobalSslContextParameters
-
setUseGlobalSslContextParameters
-