-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename EventConsumer => StartStopper
This more accurately defines how the interface is used. That is, the consumers of this interface are only interested in its lifecycle functionality, that is, Start and Stop. The fact that the implementations happen to be event consumers, is not in any way important to the consumers themselves. This change will require changes to the consumers however, which includes (at least) clinic-worker, platform, hydrophone, and marketo-service. The changes required are just function argument renaming though, so very straightforward, and could be done the next time they upgrade their go-common versions.
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters