Class DomibusConnectorClientFSStandardConfiguration
- java.lang.Object
-
- eu.domibus.connector.client.filesystem.standard.DomibusConnectorClientFSStandardConfiguration
-
@Configuration @ConditionalOnProperty(prefix="connector-client.storage.filesystem", name="enabled", havingValue="true", matchIfMissing=true) @PropertySource("classpath:/connector-client-fs-default-message.properties") @Validated @Valid @EnableConfigurationProperties(DomibusConnectorClientFSMessageProperties.class) public class DomibusConnectorClientFSStandardConfiguration extends Object