-
Notifications
You must be signed in to change notification settings - Fork 641
[ISSUE #4208] Add JavaDoc for org.apache.eventmesh.runtime.admin APIs of dashboard #4210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4210 +/- ##
============================================
- Coverage 16.93% 16.91% -0.03%
+ Complexity 1413 1412 -1
============================================
Files 589 589
Lines 25789 25786 -3
Branches 2397 2383 -14
============================================
- Hits 4368 4361 -7
- Misses 20985 20989 +4
Partials 436 436
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
mxsm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…n APIs of dashboard (apache#4210) * doc: Add JavaDoc for ClientManageController * doc: Add JavaDoc for HttpHandlerManager * doc: Add JavaDoc for AbstractHttpHandler * doc: Add JavaDoc for ConfigurationHandler * doc: Add JavaDoc for MetricsHandler * doc: Add JavaDoc for RegistryHandler * doc: Add JavaDoc for TopicHandler * doc: Add JavaDoc for EventHandler * doc: Add JavaDoc for TCPClientHandler * doc: Add JavaDoc for HTTPClientHandler * doc: Add JavaDoc for GrpcClientHandler
Fixes #4208.
Motivation
Please see #4208.
Modifications
Adds JavaDoc and single-line comments for all the classes and methods included in the eventmesh-dashboard APIs.
Another doc PR for other classes of
org.apache.eventmesh.runtime.adminpackage which are not included in the eventmesh-dashboard APIs will be submitted later, in order to make reviewing less difficult.Documentation