Rename queue to channel
This commit is contained in:
parent
30b517f0d5
commit
b8c000b3a1
|
@ -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…
Reference in New Issue