Last active
February 2, 2018 01:26
-
-
Save emerleite/c466a7d3e1a4259b6c576a05ddb92029 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
children = [ | |
worker(UpaEventSourcing.VideoWatchProgress.EventStore, []), | |
worker(UpaEventSourcing.VideoWatchProgress.EventConsumer, [ | |
%{producer: UpaEventSourcing.VideoWatchProgress.EventStore, | |
processor: UpaEventSourcing.VideoWatchProgress.EventAggregator} | |
]) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment