Package org.openehealth.ipf.boot.xds
Class IpfXdsAutoConfiguration
java.lang.Object
org.openehealth.ipf.boot.xds.IpfXdsAutoConfiguration
@Configuration
@AutoConfigureAfter(IpfAtnaAutoConfiguration.class)
@EnableConfigurationProperties(IpfXdsConfigurationProperties.class)
public class IpfXdsAutoConfiguration
extends Object
Configure a basic IPF setup, mostly configuring HL7v2 and Mapping stuff
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
IpfXdsAutoConfiguration
 
- 
- 
Method Details- 
cachingAsynchronyCorrelator@Bean @ConditionalOnMissingBean(AsynchronyCorrelator.class) @ConditionalOnSingleCandidate(org.springframework.cache.CacheManager.class) @ConditionalOnProperty("ipf.xds.caching") public AsynchronyCorrelator cachingAsynchronyCorrelator(CacheManager cacheManager) 
 
-