Class MerchantCenterSFTPAutoConfiguration
java.lang.Object
com.broadleafcommerce.datafeed.feedprovider.google.sftp.autoconfigure.MerchantCenterSFTPAutoConfiguration
@Configuration
@ConditionalOnProperty(value="broadleaf.datafeed.feedprovider.google.sftp.enabled",
                       havingValue="true")
@EnableConfigurationProperties(MerchantCenterSFTPConfigurationProperties.class)
public class MerchantCenterSFTPAutoConfiguration
extends Object
Autoconfiguration for Google DataFeed SFTP related components.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MerchantCenterSFTPAutoConfigurationpublic MerchantCenterSFTPAutoConfiguration()
 
-