-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose the default
HealthCheckUpdateHandler
(#6002)
Motivation: When implementing a custom `HealthCheckUpdateHandler`, I just wanted to add validation in front of the default implementation. However, it wasn't possible because the default implementation has package-private visibility. Modifications: - Expose the default `HealthCheckUpdateHandler` via `HealthCheckUpdateHandler.of()` Result: You can now use the default `HealthCheckUpdateHandler` via `HealthCheckUpdateHandler.of()` --------- Co-authored-by: minux <songmw725@gmail.com>
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters