Package org.openehealth.ipf.boot.xds
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.ws.correlation.AsynchronyCorrelatorcachingAsynchronyCorrelator(org.springframework.cache.CacheManager cacheManager)
-
Constructor Details
-
IpfXdsAutoConfiguration
-
-
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)
-