Skip to content

Conversation

armiol
Copy link
Contributor

@armiol armiol commented Jan 4, 2019

EntityMessageEndpoint had numerous dispatchNow, dispatchTo, deliverNow etc methods that serve different purposes, but are named in very similar manner.

This changeset is devoted to renaming and/or removing these methods in accordance with their purpose.

Also, the internal structure of repositories, which communicate with endpoints is slightly modified.

This is the second PR in a chain of requests leading to Inbox introduction. In the following requests the hierarchy of EntityMessageEndpoint descendants will be modified even further to work with Inbox-provided routines.

armiol added 2 commits January 2, 2019 18:48
…eflect what they actually do.

Inline some of `AggregateRepository` methods to simplify and thus prepare it to `Inbox`.
@armiol armiol requested a review from dmdashenkov January 4, 2019 14:20
@armiol
Copy link
Contributor Author

armiol commented Jan 4, 2019

@dmdashenkov PTAL.

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #933 into master will increase coverage by 0.02%.
The diff coverage is 70%.

@@             Coverage Diff              @@
##             master     #933      +/-   ##
============================================
+ Coverage     93.03%   93.05%   +0.02%     
+ Complexity     3715     3711       -4     
============================================
  Files           508      508              
  Lines         12143    12139       -4     
  Branches        676      676              
============================================
- Hits          11297    11296       -1     
+ Misses          623      621       -2     
+ Partials        223      222       -1

Copy link
Contributor

@dmdashenkov dmdashenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@armiol, LGTM.

@armiol armiol merged commit 819d5e9 into master Jan 8, 2019
@armiol armiol deleted the endpoints-become-dispatch-operations branch January 8, 2019 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants