Closed ztkmkoo closed 4 years ago
I think akka actor design is too complex(?) and not intuitive.
Design the main actors interface.
@startuml :Master: as Master <<Actor>> Network <<Actor>> Resolver <<Actor>> Service <<Actor>> Exception <<Actor>> Client <<User>> #blue Master --|> Network: listen Network <- Client: req Network --> Resolver: req Resolver -> Service: req Network <-- Service: res Service -> Exception: exception Network <-- Exception: res Master . Network: child Master . Resolver: child Master . Service: child Master . Exception: child @enduml
@Alencion @RulLu16 @Doyuni I open new one.
Coverage increased (+0.8%) to 86.058% when pulling fe144ce8b712b10ca67ea5e574d91ff1de877319 on feature/118_redesign_actor_interface into f689f7d297f598c7be2adeb516c9f277d7610838 on develop-0.5.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities (and 0 Security Hotspots to review) 0 Code Smells
No Coverage information 0.0% Duplication
motivation
I think akka actor design is too complex(?) and not intuitive.
job
Design the main actors interface.
use case