Class ISupportFSConfiguration


  • @Configuration
    @EnableConfigurationProperties(ISupportFSMessageProperties.class)
    @Component
    @ConditionalOnProperty(prefix="connector-client.storage.filesystem",
                           name="enabled",
                           havingValue="true")
    @Profile("iSupport")
    @PropertySource("classpath:/connector-client-fs-isupport-message.properties")
    public class ISupportFSConfiguration
    extends Object
    • Constructor Detail

      • ISupportFSConfiguration

        public ISupportFSConfiguration()