SpineEventEngine / core-java

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

Inline functions for routing #1539

Closed alexander-yevsyukov closed 1 year ago

alexander-yevsyukov commented 1 year ago

This PR converts CommandRouting and EventRouting to Kotlin, extending these classes with inline functions for idiomatic routing configuration in Kotlin.

Other notable changes:

codecov[bot] commented 1 year ago

Codecov Report

Merging #1539 (e52d4f3) into master (8006643) will increase coverage by 0.01%. The diff coverage is 89.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1539 +/- ## ============================================ + Coverage 89.78% 89.79% +0.01% + Complexity 4998 4994 -4 ============================================ Files 648 648 Lines 15692 15690 -2 Branches 906 906 ============================================ Hits 14089 14089 + Misses 1286 1285 -1 + Partials 317 316 -1 ```