mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 10:25:33 +00:00
Rename queue to channel
This commit is contained in:
parent
30b517f0d5
commit
b8c000b3a1
@ -199,7 +199,7 @@ public class EmpiConsumerConfig {
|
||||
}
|
||||
|
||||
@Bean
|
||||
IEmpiLinkUpdaterSvc manualLinkUpdaterSvc() {
|
||||
IEmpiLinkUpdaterSvc manualLinkUpdaterSvc() {
|
||||
return new EmpiLinkUpdaterSvcImpl();
|
||||
}
|
||||
|
||||
|
@ -66,7 +66,7 @@ public class EmpiSubmitterConfig {
|
||||
|
||||
@Bean
|
||||
@Lazy
|
||||
IEmpiChannelSubmitterSvc empiQueueSubmitterSvc(IChannelNamer theChannelNamer, FhirContext theFhirContext, IChannelFactory theChannelFactory) {
|
||||
IEmpiChannelSubmitterSvc empiChannelSubmitterSvc(IChannelNamer theChannelNamer, FhirContext theFhirContext, IChannelFactory theChannelFactory) {
|
||||
return new EmpiChannelSubmitterSvcImpl(theChannelNamer, theFhirContext, theChannelFactory);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user