Skip to content

Commit

Permalink
add none type in health type
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmst committed May 2, 2024
1 parent b5975ea commit 18f3bff
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ public enum HealthType {
/**
* Uses a bridge to the Spring Boot Actuator health service.
*/
ACTUATOR
ACTUATOR,
/**
* No health service will be created.
*/
NONE
}

0 comments on commit 18f3bff

Please sign in to comment.