[Vortex] Pass payload objects instead of strings to dispatcher
Review Request #556 — Created May 14, 2018 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
560 | |
91ac65a... | |
Reviewers | |
lunr | |
MAJOR BREAKING API CHANGE
Pass payload objects and endpoints to the push function of the
dispatcher and remove the respective setter methods. This allows
for better handling of different payload types as well as delivery
priorities.Sorry for the length of the review. I figured it would be best to do all dispatchers at once :/
Most of the changes are just adjusting the tests though
Unit tests