SpineEventEngine / core-java

The Java implementation of the framework core
https://spine.io
Apache License 2.0
36 stars 12 forks source link

`Receptor` and `Emitter` concepts and related renamings #1484

Closed alexander-yevsyukov closed 2 years ago

alexander-yevsyukov commented 2 years ago

This PR renames HandlerMethod to Receptor and performs other naming improvements related to this change. Also, methods that produce messages are now called Emitters.

So the convention is this:

Other notable renamings:

There are more renamings introduced by this PR. Those above are given to describe the general schema of name changes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1484 (98e239b) into master (6b423a1) will decrease coverage by 0.03%. The diff coverage is 90.51%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1484 +/- ## ============================================ - Coverage 91.72% 91.69% -0.04% + Complexity 4969 4967 -2 ============================================ Files 627 627 Lines 15235 15239 +4 Branches 873 875 +2 ============================================ - Hits 13975 13974 -1 - Misses 956 961 +5 Partials 304 304 ```
alexander-yevsyukov commented 2 years ago

@armiol, PTAL.