Class IpfXdsAutoConfiguration

java.lang.Object
org.openehealth.ipf.boot.xds.IpfXdsAutoConfiguration

@Configuration @AutoConfigureAfter(org.openehealth.ipf.boot.atna.IpfAtnaAutoConfiguration.class) @EnableConfigurationProperties(IpfXdsConfigurationProperties.class) public class IpfXdsAutoConfiguration extends Object
Configure a basic IPF setup, mostly configuring HL7v2 and Mapping stuff
  • Constructor Details

  • Method Details

    • cachingAsynchronyCorrelator

      @Bean @ConditionalOnMissingBean(org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator.class) @ConditionalOnSingleCandidate(org.springframework.cache.CacheManager.class) @ConditionalOnProperty("ipf.xds.caching") public org.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelator cachingAsynchronyCorrelator(org.springframework.cache.CacheManager cacheManager)