Rename queue to channel

This commit is contained in:
Tadgh 2020-07-29 17:43:53 -07:00
parent 30b517f0d5
commit b8c000b3a1
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}